]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Try to fix issue with bundles version
[gpl/argeo-slc.git] / runtime / pom.xml
index 1be454022583d83280d2bf3e0aa8e9c13a79aefe..3d8ce486dd8faf199e154ecb5c9e89a8663d49ef 100644 (file)
@@ -19,7 +19,6 @@
                <module>org.argeo.slc.support.activemq</module>
                <module>org.argeo.slc.support.ant</module>
                <module>org.argeo.slc.support.equinox</module>
-               <module>org.argeo.slc.support.ws.client</module>
                <module>org.argeo.slc.support.hibernate</module>
                <module>org.argeo.slc.support.maven</module>
                <module>org.argeo.slc.server</module>
        </modules>
        <build>
                <plugins>
-               <!-- 
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                        -->
+                       <!--
+                               <plugin> <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId> <configuration>
+                               <aggregate>true</aggregate> </configuration> </plugin>
+                       -->
                </plugins>
                <pluginManagement>
                        <plugins>
@@ -59,9 +54,7 @@
                                        <configuration>
                                                <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
-                                                       <Bundle-SymbolicName>
-                                                               ${pom.artifactId}
-                                                       </Bundle-SymbolicName>
+                                                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                                                        <_removeheaders>Bnd-LastModified</_removeheaders>
                                                </instructions>
                                        </configuration>