Marc Ende commented on Bug JENKINS-6168

I've got the same issue.

Within my project I've got:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/assembly/assembly-dir.xml</descriptor>
<descriptor>src/assembly/assembly-zip.xml</descriptor>
<descriptor>src/assembly/assembly-targz.xml</descriptor>
</descriptors>
<archive>
<manifest>
<mainClass>com.tool.Application</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>

When building the whole maven multiproject I only get the pom's which are deployed correctly to the snapshot-repository.
The zip and the targz aren't deployed.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to