o updating the pom and build file for the addition of the distribution module

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@648512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-04-16 04:58:47 +00:00
parent db643afb25
commit 5018136c1a
2 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,7 @@ under the License.
The new Maven distribution was created as part of the MAVEN-COMPILE step, above.
This goal just validates the presence of that distribution.
</echo>
<property name="maven.assembly" location="maven-embedder/target/${maven.home.basename.expected}-bin.zip"/>
<property name="maven.assembly" location="maven-distribution/target/${maven.home.basename.expected}-bin.zip"/>
<condition property="build.failed">
<not>
<available file="${maven.assembly}"/>

View File

@ -210,6 +210,7 @@ under the License.
<modules>
<module>maven-core</module>
<module>maven-distribution</module>
<module>maven-lifecycle</module>
<module>maven-model</module>
<module>maven-plugin-api</module>