mirror of https://github.com/apache/maven.git
o don't need the fake pom anymore, we'll gracefully move on
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f4358ee02
commit
08c0050a9b
|
@ -169,11 +169,6 @@ TODO:
|
|||
<classpath refid="pom.pathid"/>
|
||||
</javac>
|
||||
|
||||
<!-- DGF generating a fake pom.properties so Maven thinks it has a version number -->
|
||||
<mkdir dir="bootstrap/target/classes/META-INF/maven/org.apache.maven/maven-core"/>
|
||||
<echo message="version=${pom.project.version}"
|
||||
file="bootstrap/target/classes/META-INF/maven/org.apache.maven/maven-core/pom.properties"/>
|
||||
|
||||
<path id="maven.classpath">
|
||||
<pathelement location="bootstrap/target/classes"/>
|
||||
<path refid="sources"/>
|
||||
|
|
Loading…
Reference in New Issue