]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.1
[gpl/argeo-slc.git] / eclipse / plugins / pom.xml
index c5a6f67254ee61aa58a9744bdca4ab1db4f8fea0..0a846bfba6ce33a0e241d87a74269fd68c2bc0ac 100644 (file)
@@ -1,19 +1,20 @@
-<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>eclipse</artifactId>
-               <version>0.13.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
+               <version>1.1.1</version>
        </parent>
        <groupId>org.argeo.slc.eclipse</groupId>
        <artifactId>plugins</artifactId>
-       <name>Argeo Eclipse plugins</name>
+       <name>SLC Eclipse Plugins</name>
        <packaging>pom</packaging>
+
        <modules>
-               <module>modules</module>
-               <module>runtime</module>
+               <module>org.argeo.slc.client.ui</module>
+               <module>org.argeo.slc.client.ui.dist</module>
+               <module>org.argeo.slc.client.rcp</module>
+               <module>org.argeo.slc.client.rap</module>
        </modules>
        <build>
                <resources>
                        </resource>
                </resources>
                <plugins>
-                       <plugin>
-                               <artifactId>maven-jar-plugin</artifactId>
-                               <configuration>
-                                       <archive>
-                                               <manifestFile>META-INF/MANIFEST.MF</manifestFile>
-                                       </archive>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>attach-sources</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <!-- Prevents source jars to contain misleading data -->
+                                       <excludes>
+                                               <exclude>plugin.xml</exclude>
+                                               <exclude>META-INF/MANIFEST.MF</exclude>
+                                       </excludes>
+                               </configuration>
                        </plugin>
                </plugins>
        </build>