Repository: commons-rng Updated Branches: refs/heads/1.1 b8635de20 -> 8711cb9a6
Another attempt at the correct assembly Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/562a24f8 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/562a24f8 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/562a24f8 Branch: refs/heads/1.1 Commit: 562a24f8429334a4b4807d178161b7a33da4ab60 Parents: b8635de Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Jul 24 17:23:22 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Jul 24 17:23:22 2018 -0400 ---------------------------------------------------------------------- dist-archive/pom.xml | 4 ++-- dist-archive/src/assembly/src.xml | 8 +++----- pom.xml | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/562a24f8/dist-archive/pom.xml ---------------------------------------------------------------------- diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 3117a0d..93f8062 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -262,7 +262,7 @@ under the License. <executions> <execution> <id>get-dependencies</id> - <phase>prepare-package</phase> + <phase>install</phase> <goals> <goal>copy-dependencies</goal> </goals> @@ -278,7 +278,7 @@ under the License. <executions> <execution> <id>create-distribution</id> - <phase>package</phase> + <phase>install</phase> <goals> <goal>single</goal> </goals> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/562a24f8/dist-archive/src/assembly/src.xml ---------------------------------------------------------------------- diff --git a/dist-archive/src/assembly/src.xml b/dist-archive/src/assembly/src.xml index cf75fed..a34a306 100644 --- a/dist-archive/src/assembly/src.xml +++ b/dist-archive/src/assembly/src.xml @@ -23,12 +23,10 @@ limitations under the License. <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory> <fileSets> <fileSet> - <directory>${project.basedir}/..</directory> + <directory>../</directory> <excludes> - <exclude>${project.build.directory}/**</exclude> - <exclude>.*/**</exclude> - <exclude>**/${project.build.directory}/**</exclude> - <exclude>**/.*/**</exclude> + <exclude>**/site-content/**</exclude> + <exclude>**/target/**</exclude> </excludes> </fileSet> </fileSets> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/562a24f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43e5737..7efb713 100644 --- a/pom.xml +++ b/pom.xml @@ -90,9 +90,8 @@ <commons.automatic.module.name>org.apache.commons.rng.parent</commons.automatic.module.name> <!-- do not use snapshot suffix here --> <commons.release.version>1.1</commons.release.version> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC3</commons.rc.version> <commons.release.desc>(requires Java 6+)</commons.release.desc> - <commons.rc.version>RC2</commons.rc.version> <commons.binary.suffix>-bin</commons.binary.suffix> <commons.jira.id>RNG</commons.jira.id> @@ -586,6 +585,7 @@ <module>commons-rng-core</module> <module>commons-rng-simple</module> <module>commons-rng-sampling</module> + <module>commons-rng-examples</module> <module>dist-archive</module> <!-- Built only upon explicit request (requires Java 1.7+).