mirror of https://github.com/apache/maven.git
o now that i can get online, i can adjust for the movement of m-a
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@566927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddb8bb1f49
commit
1bb845492e
|
@ -19,6 +19,7 @@ classworlds.version=1.2-alpha-9
|
||||||
plexus-active-collections.version=1.0-beta-1
|
plexus-active-collections.version=1.0-beta-1
|
||||||
plexus.version=1.0-alpha-30
|
plexus.version=1.0-alpha-30
|
||||||
plexus-utils.version=1.4.5
|
plexus-utils.version=1.4.5
|
||||||
|
maven-artifact.version=3.0-SNAPSHOT
|
||||||
commons-cli.version=1.0
|
commons-cli.version=1.0
|
||||||
wagon.version=1.0-beta-2
|
wagon.version=1.0-beta-2
|
||||||
doxia.version=1.0-alpha-9-SNAPSHOT
|
doxia.version=1.0-alpha-9-SNAPSHOT
|
||||||
|
|
58
build.xml
58
build.xml
|
@ -137,6 +137,7 @@ under the License.
|
||||||
<pull orgpath="org/codehaus/modello/modello-plugin-jdom" version="${modello.version}" name="modello-plugin-jdom" repository="codehaus"/>
|
<pull orgpath="org/codehaus/modello/modello-plugin-jdom" version="${modello.version}" name="modello-plugin-jdom" repository="codehaus"/>
|
||||||
<pull orgpath="junit/junit" version="${junit.version}" name="junit"/>
|
<pull orgpath="junit/junit" version="${junit.version}" name="junit"/>
|
||||||
<pull orgpath="jdom/jdom" version="${jdom.version}" name="jdom"/>
|
<pull orgpath="jdom/jdom" version="${jdom.version}" name="jdom"/>
|
||||||
|
<pull orgpath="org/apache/maven/artifact/maven-artifact" version="${maven-artifact.version}" name="maven-artifact"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="classpath-pre" depends="init,pull"
|
<target name="classpath-pre" depends="init,pull"
|
||||||
|
@ -162,7 +163,9 @@ under the License.
|
||||||
<pathelement location="${maven.repo.local}/org/apache/maven/doxia/doxia-sink-api/${doxia.version}/doxia-sink-api-${doxia.version}.jar"/>
|
<pathelement location="${maven.repo.local}/org/apache/maven/doxia/doxia-sink-api/${doxia.version}/doxia-sink-api-${doxia.version}.jar"/>
|
||||||
<pathelement location="${maven.repo.local}/junit/junit/${junit.version}/junit-${junit.version}.jar"/>
|
<pathelement location="${maven.repo.local}/junit/junit/${junit.version}/junit-${junit.version}.jar"/>
|
||||||
<pathelement location="${maven.repo.local}/jdom/jdom/${jdom.version}/jdom-${jdom.version}.jar"/>
|
<pathelement location="${maven.repo.local}/jdom/jdom/${jdom.version}/jdom-${jdom.version}.jar"/>
|
||||||
|
<pathelement location="${maven.repo.local}/org/apache/maven/artifact/maven-artifact/${maven-artifact.version}/maven-artifact-${maven-artifact.version}.jar"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<!-- DGF Need to keep these modello classes out of the system classpath at runtime, because different parts of the build
|
<!-- DGF Need to keep these modello classes out of the system classpath at runtime, because different parts of the build
|
||||||
need different versions of modello. -->
|
need different versions of modello. -->
|
||||||
<path id="modello.classpath">
|
<path id="modello.classpath">
|
||||||
|
@ -221,7 +224,6 @@ under the License.
|
||||||
<modello file="maven-plugin-descriptor/src/main/mdo/lifecycle.mdo"/>
|
<modello file="maven-plugin-descriptor/src/main/mdo/lifecycle.mdo"/>
|
||||||
<modello file="maven-plugin-parameter-documenter/src/main/mdo/paramdoc.mdo"/>
|
<modello file="maven-plugin-parameter-documenter/src/main/mdo/paramdoc.mdo"/>
|
||||||
<modello file="maven-profile/profiles.mdo"/>
|
<modello file="maven-profile/profiles.mdo"/>
|
||||||
<modello file="maven-artifact/src/main/mdo/metadata.mdo"/>
|
|
||||||
<modello file="maven-settings/src/main/mdo/settings.mdo"/>
|
<modello file="maven-settings/src/main/mdo/settings.mdo"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -277,9 +279,6 @@ under the License.
|
||||||
<classpath refid="maven.classpath"/>
|
<classpath refid="maven.classpath"/>
|
||||||
<arg value="-e"/>
|
<arg value="-e"/>
|
||||||
<arg value="-B"/>
|
<arg value="-B"/>
|
||||||
<!--
|
|
||||||
<arg value="-X"/>
|
|
||||||
-->
|
|
||||||
<arg value="clean"/>
|
<arg value="clean"/>
|
||||||
<arg value="install"/>
|
<arg value="install"/>
|
||||||
</java>
|
</java>
|
||||||
|
@ -292,56 +291,6 @@ under the License.
|
||||||
The new Maven distribution was created as part of the MAVEN-COMPILE step, above.
|
The new Maven distribution was created as part of the MAVEN-COMPILE step, above.
|
||||||
This goal just validates the presence of that distribution.
|
This goal just validates the presence of that distribution.
|
||||||
</echo>
|
</echo>
|
||||||
|
|
||||||
<!--
|
|
||||||
<echo>
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
|
|
||||||
MAVEN-ASSEMBLY
|
|
||||||
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
</echo>
|
|
||||||
|
|
||||||
<delete>
|
|
||||||
<fileset dir="bootstrap/lib" includes="*.pom,maven*.jar,modello*.jar,junit*.jar"/>
|
|
||||||
</delete>
|
|
||||||
|
|
||||||
<mkdir dir="bootstrap/boot"/>
|
|
||||||
<copy todir="bootstrap/boot">
|
|
||||||
<fileset dir="bootstrap/lib">
|
|
||||||
<include name="plexus-classworlds*.jar"/>
|
|
||||||
</fileset>
|
|
||||||
</copy>
|
|
||||||
|
|
||||||
<delete>
|
|
||||||
<fileset dir="bootstrap/lib">
|
|
||||||
<include name="plexus-classworlds*.jar"/>
|
|
||||||
</fileset>
|
|
||||||
</delete>
|
|
||||||
|
|
||||||
<echo file="bootstrap/m2.conf">
|
|
||||||
main is org.apache.maven.cli.MavenCli from plexus.core
|
|
||||||
|
|
||||||
[plexus.core]
|
|
||||||
load ${bootstrapDir}/lib/*.jar
|
|
||||||
load ${bootstrapDir}/target/classes
|
|
||||||
</echo>
|
|
||||||
|
|
||||||
<property name="maven.goals" value="clean assembly:assembly"/>
|
|
||||||
<property name="bootstrapDir" value="${basedir}/bootstrap"/>
|
|
||||||
<java dir="maven-embedder" classname="org.codehaus.classworlds.Launcher" fork="true" failonerror="true">
|
|
||||||
<classpath>
|
|
||||||
<fileset dir="${bootstrapDir}/boot" includes="plexus-classworlds-*.jar"/>
|
|
||||||
<path refid="sources"/>
|
|
||||||
</classpath>
|
|
||||||
<sysproperty key="classworlds.conf" value="${bootstrapDir}/m2.conf"/>
|
|
||||||
<sysproperty key="bootstrapDir" value="${bootstrapDir}"/>
|
|
||||||
<arg value="-e"/>
|
|
||||||
<arg line="${maven.goals}"/>
|
|
||||||
</java>
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<property name="maven.assembly" location="maven-embedder/target/${maven.home.basename.expected}-bin.zip"/>
|
<property name="maven.assembly" location="maven-embedder/target/${maven.home.basename.expected}-bin.zip"/>
|
||||||
<condition property="build.failed">
|
<condition property="build.failed">
|
||||||
<not>
|
<not>
|
||||||
|
@ -450,7 +399,6 @@ load ${bootstrapDir}/target/classes
|
||||||
|
|
||||||
<echo>Resolved version ${fileversion} (given=${version})</echo>
|
<echo>Resolved version ${fileversion} (given=${version})</echo>
|
||||||
|
|
||||||
|
|
||||||
<condition property="build.failed">
|
<condition property="build.failed">
|
||||||
<not>
|
<not>
|
||||||
<available file="${maven.repo.local}/${orgpath}/${version}/${name}-${version}.${type}"/>
|
<available file="${maven.repo.local}/${orgpath}/${version}/${name}-${version}.${type}"/>
|
||||||
|
|
|
@ -66,9 +66,8 @@ under the License.
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven.artifact</groupId>
|
||||||
<artifactId>maven-artifact</artifactId>
|
<artifactId>maven-artifact</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
|
|
@ -57,9 +57,8 @@ under the License.
|
||||||
<artifactId>plexus-utils</artifactId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven.artifact</groupId>
|
||||||
<artifactId>maven-artifact</artifactId>
|
<artifactId>maven-artifact</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -110,7 +110,6 @@ under the License.
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<modules>
|
<modules>
|
||||||
<module>maven-artifact</module>
|
|
||||||
<module>maven-build-context</module>
|
<module>maven-build-context</module>
|
||||||
<module>maven-core</module>
|
<module>maven-core</module>
|
||||||
<module>maven-error-diagnostics</module>
|
<module>maven-error-diagnostics</module>
|
||||||
|
@ -181,6 +180,11 @@ under the License.
|
||||||
<artifactId>wagon-ssh-external</artifactId>
|
<artifactId>wagon-ssh-external</artifactId>
|
||||||
<version>${wagonVersion}</version>
|
<version>${wagonVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.artifact</groupId>
|
||||||
|
<artifactId>maven-artifact</artifactId>
|
||||||
|
<version>3.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>easymock</groupId>
|
<groupId>easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue