summaryrefslogtreecommitdiff
path: root/qpid/tools/src/java/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/tools/src/java/pom.xml')
-rw-r--r--qpid/tools/src/java/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/tools/src/java/pom.xml b/qpid/tools/src/java/pom.xml
index f0fa528d00..5d8fcbb0ad 100644
--- a/qpid/tools/src/java/pom.xml
+++ b/qpid/tools/src/java/pom.xml
@@ -41,4 +41,30 @@
<build>
</build>
+ <profiles>
+ <!-- Profile to update the Apache parent pom profile of the same name to prevent source assembly at java build level.-->
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>source-release-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <skipAssembly>true</skipAssembly>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>