Repository: archiva-redback-core Updated Branches: refs/heads/master ed28524e9 -> 784ca5723
add this as not anymore inherited from parent Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/784ca572 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/784ca572 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/784ca572 Branch: refs/heads/master Commit: 784ca5723731e8b345a36929ff40d3766a3c57bf Parents: ed28524 Author: Olivier Lamy <[email protected]> Authored: Wed Apr 23 10:07:48 2014 +1000 Committer: Olivier Lamy <[email protected]> Committed: Wed Apr 23 10:07:48 2014 +1000 ---------------------------------------------------------------------- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/784ca572/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 00982a5..1ed0601 100644 --- a/pom.xml +++ b/pom.xml @@ -896,4 +896,34 @@ </plugins> </reporting> + <profiles> + <profile> + <id>release</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>source-release-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> + <descriptorRefs> + <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> + </descriptorRefs> + <tarLongFileFormat>gnu</tarLongFileFormat> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + </project>
