summaryrefslogtreecommitdiffstats
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
parent7e455bac266335787b6b7d534cdca0b9c5395994 (diff)
Move two Manven plugins to the maven-plugins module so they are compiled in bootstrap.
-rw-r--r--maven-plugins/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/pom.xml b/pom.xml
index a855c521b2b..c24ddf3f042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
<modules>
<module>application</module>
- <module>application-deploy-plugin</module>
<module>application-model</module>
<module>application-preprocessor</module>
<module>athenz-identity-provider-service</module>
@@ -119,7 +118,6 @@
<module>vespaclient-core</module>
<module>vespaclient-container-plugin</module>
<module>vespaclient-java</module>
- <module>vespa-application-maven-plugin</module>
<module>vespa-athenz</module>
<module>vespa-documentgen-plugin</module>
<module>vespa_feed_perf</module>