mirror of https://github.com/apache/activemq.git
removing apache-release profile, since we will use parent's one
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@816142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32d547ecf2
commit
0b9f0e34fd
54
pom.xml
54
pom.xml
|
@ -1131,58 +1131,4 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
<profiles>
|
|
||||||
|
|
||||||
<profile>
|
|
||||||
<id>apache-release</id>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>apache-release</name>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>single</goal>
|
|
||||||
</goals>
|
|
||||||
<phase>package</phase>
|
|
||||||
<configuration>
|
|
||||||
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
|
|
||||||
<descriptorRefs>
|
|
||||||
<descriptorRef>
|
|
||||||
source-release
|
|
||||||
</descriptorRef>
|
|
||||||
</descriptorRefs>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<!-- apache version not yet released -->
|
|
||||||
<!--<groupId>org.apache</groupId>-->
|
|
||||||
<groupId>org.apache.geronimo.genesis</groupId>
|
|
||||||
<artifactId>apache-source-release-assembly-descriptor</artifactId>
|
|
||||||
<!-- apache version not yet known -->
|
|
||||||
<version>2.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<test>false</test>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue