Add argeo plugins
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 24 Jul 2008 11:06:08 +0000 (11:06 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 24 Jul 2008 11:06:08 +0000 (11:06 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1555 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml

index fa899085e7280e30053ae2fe0fb7ebd4dde68827..796e73d4b077728b8f20f6c362d7680a67fab32b 100644 (file)
@@ -1,87 +1,97 @@
-<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.10.1-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
-       <packaging>pom</packaging>
-       <name>Argeo SLC Launch Eclipse Feature</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.argeo.slc.maven.plugins</groupId>
-                               <artifactId>maven-argeo-pde-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>argeo-pde-build</id>
-                                               <phase>compile</phase>
-                                               <goals>
-                                                       <goal>buildElement</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <eclipseBuildDir>
-                                                               ${eclipseBuildDir}
-                                                       </eclipseBuildDir>
-                                                       <buildScriptProperties>
-                                                               -DjavacSource=1.5 -DjavacTarget=1.5
-                                                       </buildScriptProperties>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>argeo-pde-clean</id>
-                                               <phase>clean</phase>
-                                               <goals>
-                                                       <goal>clean</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>build-helper-maven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>attach-feature</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>attach-artifact</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <artifacts>
-                                                               <artifact>
-                                                                       <file>
-                                                                               ${project.build.directory}/${project.artifactId}.zip
-                                                                       </file>
-                                                                       <type>zip</type>
-                                                                       <classifier>feature</classifier>
-                                                               </artifact>
-                                                       </artifacts>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>attach-updatesite</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>attach-artifact</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <artifacts>
-                                                               <artifact>
-                                                                       <file>
-                                                                               ${project.build.directory}/${project.artifactId}-updatesite.zip
-                                                                       </file>
-                                                                       <type>zip</type>
-                                                                       <classifier>updatesite</classifier>
-                                                               </artifact>
-                                                       </artifacts>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
+<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.10.1-SNAPSHOT</version>
+        <relativePath>../org.argeo.slc</relativePath>
+    </parent>
+    <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
+    <packaging>pom</packaging>
+    <name>Argeo SLC Launch Eclipse Feature</name>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.argeo.slc.maven.plugins</groupId>
+                <artifactId>maven-argeo-pde-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>argeo-pde-build</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>buildElement</goal>
+                        </goals>
+                        <configuration>
+                            <eclipseBuildDir>
+                                ${eclipseBuildDir}
+                            </eclipseBuildDir>
+                            <buildScriptProperties>
+                                -DjavacSource=1.5 -DjavacTarget=1.5
+                            </buildScriptProperties>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>argeo-pde-clean</id>
+                        <phase>clean</phase>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-feature</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>
+                                        ${project.build.directory}/${project.artifactId}.zip
+                                    </file>
+                                    <type>zip</type>
+                                    <classifier>feature</classifier>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>attach-updatesite</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>
+                                        ${project.build.directory}/${project.artifactId}-updatesite.zip
+                                    </file>
+                                    <type>zip</type>
+                                    <classifier>updatesite</classifier>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+        </plugins>
+    </build>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>argeo-plugins</id>
+            <url>http://www.argeo.org/maven/argeo</url>
+        </pluginRepository>
+    </pluginRepositories>
 
-               </plugins>
-       </build>
 </project>
\ No newline at end of file