summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>