Skip to content
Commits on Source (2)
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.admin</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.admin.command</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.admin</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.admin</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.admin.ssh</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.admin</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.admin.telnet</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.admin</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.admin.web</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.application</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.application.descriptor</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.application.descriptor</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.application.descriptor.properties</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.application.descriptor</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.application.descriptor.xml</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.application</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.application.manager</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.application</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.assemblies</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.assemblies</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.assemblies.standard_edition_6to8_bootstrap</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.assemblies</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.assemblies.standard_edition_bootstrap</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.assemblies</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.assemblies.standard_edition_standalone</artifactId>
......@@ -11,11 +11,60 @@
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.plugin.verify</artifactId>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>create-verification-metadata</goal>
</goals>
<configuration>
<vestigeVersion>${project.version}</vestigeVersion>
<verifications>
<verification>
<verifyFile>${basedir}/src/main/config/verify.xml</verifyFile>
<mavenPropertyName>vestige.edition.standard.verificationMetadata</mavenPropertyName>
</verification>
<verification>
<verifyFile>${basedir}/src/main/config/verify-6to8.xml</verifyFile>
<mavenPropertyName>vestige.edition.standard.verificationMetadata6to8</mavenPropertyName>
</verification>
</verifications>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<phase>install</phase>
<id>copy-resources</id>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/classes</outputDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>.gitattributes</exclude>
</excludes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>generate-resources</phase>
<phase>install</phase>
<goals>
<goal>copy</goal>
</goals>
......@@ -70,7 +119,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<phase>install</phase>
<goals>
<goal>attached</goal>
</goals>
......@@ -83,54 +132,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.plugin.verify</artifactId>
<executions>
<execution>
<goals>
<goal>create-verification-metadata</goal>
</goals>
<configuration>
<vestigeVersion>${project.version}</vestigeVersion>
<verifications>
<verification>
<verifyFile>${basedir}/src/main/config/verify.xml</verifyFile>
<mavenPropertyName>vestige.edition.standard.verificationMetadata</mavenPropertyName>
</verification>
<verification>
<verifyFile>${basedir}/src/main/config/verify-6to8.xml</verifyFile>
<mavenPropertyName>vestige.edition.standard.verificationMetadata6to8</mavenPropertyName>
</verification>
</verifications>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/classes</outputDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>.gitattributes</exclude>
</excludes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.edition</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.edition.maven_main_launcher</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.edition</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.edition.micro</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.edition</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.edition</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.edition.single_application_launcher</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige.edition</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.edition.standard</artifactId>
......
......@@ -2,7 +2,7 @@
<parent>
<groupId>fr.gaellalire.vestige</groupId>
<artifactId>vestige</artifactId>
<version>10.6.2-SNAPSHOT</version>
<version>10.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vestige.job</artifactId>
......