]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.osgiboot/pom.xml
Remove warnings
[gpl/argeo-slc.git] / runtime / org.argeo.slc.osgiboot / pom.xml
index 8278d1400fb0eceda38efe80aaeb88d9ba7780f4..04dcf760e982229564015b7fbbea0f8920072628 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.4</source>
+                                       <target>1.4</target>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -29,6 +33,7 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                        </plugin>
+                       <!-- 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
@@ -47,6 +52,7 @@
                                        </execution>
                                </executions>
                        </plugin>
+                        -->
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
@@ -57,6 +63,7 @@
                                        </instructions>
                                </configuration>
                        </plugin>
+                       <!-- 
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>build-helper-maven-plugin</artifactId>
@@ -80,7 +87,7 @@
                                        </execution>
                                </executions>
                        </plugin>
-
+ -->
                </plugins>
        </build>
        <dependencies>