aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 01302b67..4ca26545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,9 @@
<!-- The complete module depends on all other modules. -->
<module>modules/complete</module>
+ <!-- The standalone module packages all other modules. -->
+ <module>modules/standalone</module>
+
<module>modules/accumulators</module>
<module>modules/agent-utils</module>
<module>modules/base64</module>
@@ -90,6 +93,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-5</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>