summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-08-01 04:52:09 +0000
committerRafael H. Schloming <rhs@apache.org>2007-08-01 04:52:09 +0000
commita8fa58e5852e43669e31c3c56e37c6bdb5c63276 (patch)
tree74d31369879fbd4012a15895c5755aa793d54cfd /java/pom.xml
parentd1a5a79afe0859556890e0d5784d9663440d39f9 (diff)
downloadqpid-python-a8fa58e5852e43669e31c3c56e37c6bdb5c63276.tar.gz
switched common generate script over to jython
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@561657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml49
1 files changed, 24 insertions, 25 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 87ed34846f..ede9ee553f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -147,6 +147,7 @@ under the License.
</properties>
<modules>
+ <module>plugins</module>
<module>common</module>
<module>broker</module>
<module>client</module>
@@ -155,9 +156,8 @@ under the License.
<module>perftests</module>
<module>integrationtests</module>
<module>management/eclipse-plugin</module>
- <module>client/example</module>
- <module>client-java14</module>
-
+ <module>client/example</module>
+ <module>client-java14</module>
</modules>
@@ -391,28 +391,27 @@ under the License.
<version>0.5</version>
</plugin>
- <plugin>
- <artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0-alpha-5</version>
- <executions>
- <execution>
- <goals>
- <goal>process</goal>
- </goals>
- <configuration>
- <resourceBundles>
- <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
- <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
- </resourceBundles>
- <properties>
- <addLicense>true</addLicense>
- <projectName>Apache Qpid</projectName>
- </properties>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.0-alpha-5</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+ <resourceBundles>
+ <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+ <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+ </resourceBundles>
+ <properties>
+ <addLicense>true</addLicense>
+ <projectName>Apache Qpid</projectName>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</pluginManagement>