]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.example/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.9.4
[gpl/argeo-slc.git] / org.argeo.slc.example / pom.xml
index d5492080b42fc209015b52cb7ac2092f18a54053..b29dd40fd119c3c3e2bb795c75ad16525ce7a149 100644 (file)
@@ -1,65 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <parent>\r
-               <groupId>org.argeo.slc</groupId>\r
-               <artifactId>argeo-slc</artifactId>\r
-               <version>0.6.0</version>\r
-               <relativePath>../org.argeo.slc</relativePath>\r
-       </parent>\r
-       <artifactId>argeo-slc-example</artifactId>\r
-       <name>Argeo SLC Example</name>\r
-       <packaging>jar</packaging>\r
-       <description>An Example SLC application</description>\r
-       <scm>\r
-               <connection>\r
-                       scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.example\r
-               </connection>\r
-               <url>\r
-                       https://www.argeo.org/svn/slc/trunk/org.argeo.slc.example\r
-               </url>\r
-       </scm>\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-assembly-plugin</artifactId>\r
-                               <configuration>\r
-                                       <descriptors>\r
-                                               <descriptor>src/assembly/slc.xml</descriptor>\r
-                                       </descriptors>\r
-                               </configuration>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>assembly-exampleSlcAppli</id>\r
-                                               <phase>package</phase>\r
-                                               <goals>\r
-                                                       <goal>single</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-surefire-plugin</artifactId>\r
-                               <configuration>\r
-                                       <systemProperties>\r
-                                               <property>\r
-                                                       <name>it.slc.base</name>\r
-                                                       <value>${basedir}/exampleSlcAppli</value>\r
-                                               </property>\r
-                                       </systemProperties>\r
-                               </configuration>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\r
-       <dependencies>\r
-               <dependency>\r
-                       <groupId>org.argeo.slc</groupId>\r
-                       <artifactId>argeo-slc-core</artifactId>\r
-                       <version>${project.version}</version>\r
-               </dependency>\r
-       </dependencies>\r
+<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.9.4</version>
+               <relativePath>../org.argeo.slc</relativePath>
+       </parent>
+       <artifactId>argeo-slc-example</artifactId>
+       <name>Argeo SLC Example</name>
+       <packaging>jar</packaging>
+       <description>An Example SLC application</description>
+       <scm>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.9.4/org.argeo.slc.example</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.9.4/org.argeo.slc.example</url>
+       </scm>
+       <build>
+               <plugins>
+                       <!-- Look to parent pom for inheritances -->
+                       <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>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       <descriptors>
+                                               <descriptor>src/assembly/slc.xml</descriptor>
+                                       </descriptors>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>assembly-exampleSlcAppli</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <systemProperties>
+                                               <property>
+                                                       <name>slc.rootDir</name>
+                                                       <value>${basedir}/src/main/slc/root</value>
+                                               </property>
+                                       </systemProperties>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-core</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-agent</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+       </dependencies>
 </project>
\ No newline at end of file