]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Fix for Maven 3
[gpl/argeo-slc.git] / runtime / pom.xml
index a3f2285e819be844c2f39887dd9027f117fe2e15..ee07851b1c7e6e220e77bf0ad19f5cc3323fc4e3 100644 (file)
                                        </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>
                                        <manifestLocation>META-INF</manifestLocation>
                                        <instructions>
                                                <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                                               <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                                                <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
                                                <_removeheaders>Bnd-LastModified</_removeheaders>
                                        </instructions>