diff options
Diffstat (limited to 'annotations/pom.xml')
-rw-r--r-- | annotations/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/annotations/pom.xml b/annotations/pom.xml index af6bdbb..86dcecd 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -78,6 +78,16 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <executions> + <execution> + <id>default-deploy</id> + <phase>deploy</phase> + </execution> + </executions> + </plugin> </plugins> </build> <distributionManagement> |