Author: desruisseaux
Date: Fri Oct 6 22:55:20 2017
New Revision: 1811373
URL: http://svn.apache.org/viewvc?rev=1811373&view=rev
Log:
Create automatically the distribution file when "apache-release" profile is
activated.
Modified:
sis/branches/JDK8/application/sis-console/pom.xml
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/Packer.java
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/package-info.java
Modified: sis/branches/JDK8/application/sis-console/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/pom.xml?rev=1811373&r1=1811372&r2=1811373&view=diff
==============================================================================
--- sis/branches/JDK8/application/sis-console/pom.xml (original)
+++ sis/branches/JDK8/application/sis-console/pom.xml Fri Oct 6 22:55:20 2017
@@ -100,6 +100,29 @@ Console application.
</plugins>
</build>
+ <!-- Create the binary distribution file, including PACK200 bundle. -->
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.sis.core</groupId>
+ <artifactId>sis-build-helper</artifactId>
+ <version>${sis.plugin.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>dist</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<!-- ===========================================================
Dependencies
Modified:
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/Packer.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/Packer.java?rev=1811373&r1=1811372&r2=1811373&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/Packer.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/Packer.java
[UTF-8] Fri Oct 6 22:55:20 2017
@@ -31,7 +31,7 @@ import static org.apache.sis.internal.ma
* or listed in the {@code target/binaries/content.txt} file.
*
* @author Martin Desruisseaux (Geomatys)
- * @version 0.4
+ * @version 0.8
* @since 0.3
* @module
*/
Modified:
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/package-info.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/package-info.java?rev=1811373&r1=1811372&r2=1811373&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/package-info.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/package-info.java
[UTF-8] Fri Oct 6 22:55:20 2017
@@ -21,7 +21,7 @@
* for building Apache SIS. See the Maven-generated module description for
more information.
*
* @author Martin Desruisseaux (IRD, Geomatys)
- * @version 0.3
+ * @version 0.8
* @since 0.3
* @module
*/