]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Add module descriptor
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index ca31afc531eaae88f21b5589b1bebe9587fe1c15..f6092a1ff4d055243fbdbec221fb5a470175ccfe 100644 (file)
@@ -6,7 +6,6 @@
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
        <version>0.11.3-SNAPSHOT</version>
-       <description>SLC Distribution</description>
        <url>
                http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
        </url>
@@ -85,7 +84,7 @@ limitations under the License.
                                        <artifactId>maven-jar-plugin</artifactId>
                                        <configuration>
                                                <archive>
-                                                       <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
+                                                       <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
                                                </archive>
                                        </configuration>
                                </plugin>
@@ -193,7 +192,7 @@ limitations under the License.
                                        <version>${version.maven-bundle-plugin}</version>
                                        <extensions>true</extensions>
                                        <configuration>
-                                               <manifestLocation>src/main/resources/META-INF</manifestLocation>
+                                               <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
                                                        <Bundle-SymbolicName>
                                                                ${pom.artifactId}
@@ -292,6 +291,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.server</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.execution</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ws.client</artifactId>
@@ -348,7 +352,6 @@ limitations under the License.
                                        com.springsource.javax.activation
                                </artifactId>
                                <version>1.1.1</version>
-                               <scope>runtime</scope>
                        </dependency>
 
                        <!-- Unit tests -->