aboutsummaryrefslogtreecommitdiffstats
path: root/annotations
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-16 09:49:26 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-16 09:49:31 -0500
commit60f6b6f99c817dae97dd80fabb4a0e67b83a807e (patch)
tree0fa989af4a3000007e7427234034bb76b36f26b1 /annotations
parenta0aa02105b43daa9233be08a1597c913008edadd (diff)
Modify submodule deploy
Change-Id: Ia78c65292f0a33d1c3696a01b1b33cd4ac13f71d Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'annotations')
-rw-r--r--annotations/pom.xml10
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>