summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-07-30 08:19:41 +0000
committerOlivier Lamy <olamy@apache.org>2012-07-30 08:19:41 +0000
commit67741560eb15bb79dd6b2fad24038a2635b7ab6d (patch)
tree408bf68f96e050a14799b765c5993bfc41c06958 /pom.xml
parent86f523444da9cdbc2d43ef80f94b08317b62cd11 (diff)
downloadarchiva-67741560eb15bb79dd6b2fad24038a2635b7ab6d.tar.gz
archiva-67741560eb15bb79dd6b2fad24038a2635b7ab6d.zip
profiles already defined in parent pom
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1367026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/pom.xml b/pom.xml
index db01314f5..f61d8036a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -931,53 +931,4 @@
</reporting>
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <configuration>
- <passphrase>${gpg.passphrase}</passphrase>
- <useAgent>${gpg.useagent}</useAgent>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- </profiles>
</project>