1
0

Drop unnecessary & confusing override of release profile

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1454539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2013-03-08 20:44:46 +00:00
parent c7fe324251
commit 059ca886c2

32
pom.xml
View File

@@ -448,38 +448,6 @@ under the License.
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<!-- Create the assemblies automatically during release. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- Pick up this configuration from settings.xml. -->
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>junit</groupId>