remove this non needed profile

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-26 11:56:29 +00:00
parent 90e55208c2
commit b5239a7456
1 changed files with 0 additions and 20 deletions

View File

@ -124,26 +124,6 @@
</distributionManagement>
<profiles>
<profile>
<id>release</id>
<!-- TODO: this deploys directly - what about staging? -->
<build>
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>offline</id>
<activation>