Author: mck
Date: Tue Nov 7 12:00:31 2017
New Revision: 1814492
URL: http://svn.apache.org/viewvc?rev=1814492&view=rev
Log:
fix generation of digests and signatures in assembly subproject
Modified:
tiles/autotag/trunk/assembly/pom.xml
tiles/autotag/trunk/pom.xml
tiles/autotag/trunk/src/site/apt/dev/release.apt
Modified: tiles/autotag/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/autotag/trunk/assembly/pom.xml?rev=1814492&r1=1814491&r2=1814492&view=diff
==============================================================================
--- tiles/autotag/trunk/assembly/pom.xml (original)
+++ tiles/autotag/trunk/assembly/pom.xml Tue Nov 7 12:00:31 2017
@@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-4</version>
+ <version>3.1.0</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
@@ -61,12 +61,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-4</version>
+ <version>3.1.0</version>
<executions>
<execution>
<id>make-assembly</id>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<phase>package</phase>
</execution>
@@ -88,9 +88,31 @@
</configuration>
</plugin>
<plugin>
+ <groupId>net.nicoulaj.maven.plugins</groupId>
+ <artifactId>checksum-maven-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>artifacts</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <attachChecksums>true</attachChecksums>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <configuration>
+ <ascDirectory>${project.build.directory}/..</ascDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
+ <version>1.8</version>
<executions>
<execution>
<phase>deploy</phase>
Modified: tiles/autotag/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/autotag/trunk/pom.xml?rev=1814492&r1=1814491&r2=1814492&view=diff
==============================================================================
--- tiles/autotag/trunk/pom.xml (original)
+++ tiles/autotag/trunk/pom.xml Tue Nov 7 12:00:31 2017
@@ -24,7 +24,7 @@ under the License.
<parent>
<artifactId>tiles-master</artifactId>
<groupId>org.apache.tiles</groupId>
- <version>8-SNAPSHOT</version>
+ <version>7</version>
</parent>
<!-- temporary only while parent pom is snapshot -->
@@ -125,6 +125,11 @@ under the License.
</plugin>
</plugins>
</build>
+
+ <properties>
+ <maven.javadoc.failOnError>false</maven.javadoc.failOnError> <!--
remove with master-8 -->
+ </properties>
+
<profiles>
<profile>
<id>apache-release</id>
Modified: tiles/autotag/trunk/src/site/apt/dev/release.apt
URL:
http://svn.apache.org/viewvc/tiles/autotag/trunk/src/site/apt/dev/release.apt?rev=1814492&r1=1814491&r2=1814492&view=diff
==============================================================================
--- tiles/autotag/trunk/src/site/apt/dev/release.apt (original)
+++ tiles/autotag/trunk/src/site/apt/dev/release.apt Tue Nov 7 12:00:31 2017
@@ -37,11 +37,11 @@ Prerequisites
To create a release you have to install:
- * {{{http://www.oracle.com/technetwork/java/javase/overview/index.html}Java
7}}. If you are using a newer
+ * {{{http://www.oracle.com/technetwork/java/javase/overview/index.html}Java
9}}. If you are using a newer
version of Java <<change JAVA_HOME environment variable>>
- when calling Maven, so it points to an instance of Java 7;
+ when calling Maven, so it points to an instance of Java 9;
- * {{{http://maven.apache.org/}Maven 3.0.5+}};
+ * {{{http://maven.apache.org/}Maven 3.2.2+}};
* {{{http://www.gnupg.org/}GnuPG}};
@@ -108,7 +108,7 @@ mvn release:perform
cd target/
svn co https://dist.apache.org/repos/dist/dev/tiles tiles-dist-dev
mkdir tiles-dist-dev/autotag/${version}
-cp checkout/assembly/target/assemblies/* tiles-dist-dev/autotag/${version}/
+cp checkout/assembly/target/assembly/* tiles-dist-dev/autotag/${version}/
svn add tiles-dist-dev/autotag/${version}
svn ci tiles-dist-dev/autotag/${version}
-----------------------------------
@@ -284,7 +284,7 @@ It is also available in the central Mave
The 1.x series of the Apache Tiles Autotag framework has a minimum
requirement of the following specification versions:
-* Java Standard Edition (Java SE) 1.7
+* Java Standard Edition (Java SE) 1.8
The release notes are available online at: