diff options
author | Brett Porter <brett@apache.org> | 2008-07-07 10:59:54 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-07-07 10:59:54 +0000 |
commit | 366036cdeecd1923f6dc7648be6ad04d8c2eebfe (patch) | |
tree | b48fc8231038ec8ba7e3a6db672d8185ebf847d9 /archiva-docs | |
parent | 09e2d352c580ed0a1b4425ceb523b8de1fbeb291 (diff) | |
download | archiva-366036cdeecd1923f6dc7648be6ad04d8c2eebfe.tar.gz archiva-366036cdeecd1923f6dc7648be6ad04d8c2eebfe.zip |
set executions to make sure they don't merge into the wrong phase
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index 22b67a059..82fe76302 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -35,6 +35,7 @@ <artifactId>maven-site-plugin</artifactId> <executions> <execution> + <id>site</id> <phase>package</phase> <goals> <goal>site</goal> @@ -97,6 +98,7 @@ <artifactId>maven-site-plugin</artifactId> <executions> <execution> + <id>deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> |