diff options
-rw-r--r-- | champ-service/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 49b0e35..9011bb8 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -329,6 +329,21 @@ limitations under the License. <forceTags>true</forceTags> </configuration> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + </plugin> </plugins> </build> </project> |