]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
git-svn-id: https://svn.argeo.org/slc/trunk@3978 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / runtime / pom.xml
index c3114416b7228ff5aca4970a9dbcd749b1a1c7e8..a3f2285e819be844c2f39887dd9027f117fe2e15 100644 (file)
@@ -1,10 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.12.2-SNAPSHOT</version>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
@@ -12,7 +11,6 @@
        <packaging>pom</packaging>
        <name>SLC Runtime</name>
        <modules>
-               <module>org.argeo.slc.osgiboot</module>
                <module>org.argeo.slc.specs</module>
                <module>org.argeo.slc.core</module>
                <module>org.argeo.slc.unit</module>
                                        </filesets>
                                </configuration>
                        </plugin>
+<!-- 
+                       <plugin>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.3.2</version>
+                               <configuration>
+                                       <compilerId>eclipse</compilerId>
+                               </configuration>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.codehaus.plexus</groupId>
+                                               <artifactId>plexus-compiler-eclipse</artifactId>
+                                               <version>1.8.1</version>
+                                       </dependency>
+                               </dependencies>
+                       </plugin>
+ -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>