diff options
author | Brett Porter <brett@apache.org> | 2007-11-21 10:45:25 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-11-21 10:45:25 +0000 |
commit | 3326da3972da61bcc644b33c20a07b1efd992b50 (patch) | |
tree | cf35aecf54a01ea0fa27dbd0ce88ebbf895401b5 /archiva-docs/pom.xml | |
parent | cba73df07ed20fcd115203da94e5f84159790a42 (diff) | |
download | archiva-3326da3972da61bcc644b33c20a07b1efd992b50.tar.gz archiva-3326da3972da61bcc644b33c20a07b1efd992b50.zip |
bundle documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@597028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r-- | archiva-docs/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index e504ddbb5..7e5bad706 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -32,6 +32,17 @@ <build> <plugins> <plugin> + <artifactId>maven-site-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>site</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.1</version> <configuration> @@ -41,7 +52,7 @@ <execution> <phase>package</phase> <goals> - <goal>attached</goal> + <goal>single</goal> </goals> </execution> </executions> |