mirror of https://github.com/apache/maven.git
o Cleaned up POM
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1166129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3cd20f126
commit
7be869cfe0
|
@ -31,7 +31,7 @@
|
|||
<description>Module to build the Maven distribution, source and binary, in zip and tar.gz formats.</description>
|
||||
|
||||
<properties>
|
||||
<distributionName>apache-maven</distributionName>
|
||||
<distributionFileName>${distributionId}-${project.version}</distributionFileName>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -71,7 +71,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>${distributionId}-${project.version}</finalName>
|
||||
<finalName>${distributionFileName}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -127,23 +127,6 @@
|
|||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>standard</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>apache-release</id>
|
||||
<build>
|
||||
|
@ -169,21 +152,5 @@
|
|||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<!-- Single Test -->
|
||||
<id>st</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/MavenEmbedderTest.java</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue