]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Add source for everybody
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 14 Feb 2010 22:07:48 +0000 (22:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 14 Feb 2010 22:07:48 +0000 (22:07 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3346 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/pom.xml

index e1eec52ccbf2e121310098335d8244401ea8d4f7..0f4658e6e72e0b4c02b3ebcaa4f48ce372214a91 100644 (file)
@@ -1,4 +1,5 @@
-<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>
                                                </archive>
                                        </configuration>
                                </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-source-plugin</artifactId>
+                               </plugin>
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
                        </plugins>
                </pluginManagement>
        </build>
-       <!-- 
-       <profiles>
-               <profile>
-                       <id>release</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.apache.felix</groupId>
-                                               <artifactId>maven-bundle-plugin</artifactId>
-                                               <version>${version.maven-bundle-plugin}</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <manifestLocation>target/classes/META-INF</manifestLocation>
-                                                       <instructions>
-                                                               <Bundle-Version>${project.version}.r${buildNumber}</Bundle-Version>
-                                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                                                               <_removeheaders>Bnd-LastModified</_removeheaders>
-                                                       </instructions>
-                                               </configuration>
-                                               <executions>
-                                                       <execution>
-                                                               <id>bundle-manifest</id>
-                                                               <phase>process-classes</phase>
-                                                               <goals>
-                                                                       <goal>manifest</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles> -->
+       <!--
+               <profiles> <profile> <id>release</id> <build> <plugins> <plugin>
+               <groupId>org.apache.felix</groupId>
+               <artifactId>maven-bundle-plugin</artifactId>
+               <version>${version.maven-bundle-plugin}</version>
+               <extensions>true</extensions> <configuration>
+               <manifestLocation>target/classes/META-INF</manifestLocation>
+               <instructions>
+               <Bundle-Version>${project.version}.r${buildNumber}</Bundle-Version>
+               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+               <_removeheaders>Bnd-LastModified</_removeheaders> </instructions>
+               </configuration> <executions> <execution> <id>bundle-manifest</id>
+               <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals>
+               </execution> </executions> </plugin> </plugins> </build> </profile>
+               </profiles>
+       -->
        <!--
                <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId>
                <artifactId>cobertura-maven-plugin</artifactId> </plugin> </plugins>