mirror of https://github.com/apache/maven.git
Adding assembly plugin info to get the thing running.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
539658eefa
commit
c4db33f5da
|
@ -139,7 +139,9 @@
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
<version>2.0-alpha-3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptor>src/assemble/bin.xml</descriptor>
|
<descriptor>src/assemble/bin.xml</descriptor>
|
||||||
<finalName>maven-2.0-SNAPSHOT</finalName>
|
<finalName>maven-2.0-SNAPSHOT</finalName>
|
||||||
|
|
Loading…
Reference in New Issue