aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@oath.com>2018-07-11 13:04:26 +0200
committerArnstein Ressem <aressem@oath.com>2018-07-11 13:04:26 +0200
commit31ad078784b644af9a936533ff9418d37ba31945 (patch)
tree8c08fc501b94d350c28191bfb5c97792110c3a47 /maven-plugins
parent7e455bac266335787b6b7d534cdca0b9c5395994 (diff)
Move two Manven plugins to the maven-plugins module so they are compiled in bootstrap.
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 0aabe630a63..546dfdafcd9 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -21,5 +21,7 @@
<module>../bundle-plugin</module>
<module>../configgen</module>
<module>../config-class-plugin</module>
+ <module>../application-deploy-plugin</module>
+ <module>../vespa-application-maven-plugin</module>
</modules>
</project>