diff options
Diffstat (limited to 'archiva-docs/pom.xml')
-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> |