diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-26 11:56:29 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-26 11:56:29 +0000 |
commit | b5239a7456801d2439437598cda9870859850a6a (patch) | |
tree | dcb9b844d9ae847ed691acb4c3595e76e7e8c6e8 /archiva-docs/pom.xml | |
parent | 90e55208c21aa751dbb7587735035fff877e5a3c (diff) | |
download | archiva-b5239a7456801d2439437598cda9870859850a6a.tar.gz archiva-b5239a7456801d2439437598cda9870859850a6a.zip |
remove this non needed profile
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r-- | archiva-docs/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index 1eeef62df..b94689fe4 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -125,26 +125,6 @@ <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> <property> |