Repository: incubator-taverna-engine Updated Branches: refs/heads/master 8b0cb770b -> 7cb495eea
Disable archetype integration testing during release Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/7cb495ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/7cb495ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/7cb495ee Branch: refs/heads/master Commit: 7cb495eeab3f4f674b8c411dab80336f87af7472 Parents: 8b0cb77 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue May 31 12:12:37 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue May 31 23:00:05 2016 +0100 ---------------------------------------------------------------------- taverna-activity-archetype/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/7cb495ee/taverna-activity-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-activity-archetype/pom.xml b/taverna-activity-archetype/pom.xml index 916a027..71d9271 100644 --- a/taverna-activity-archetype/pom.xml +++ b/taverna-activity-archetype/pom.xml @@ -111,4 +111,24 @@ </dependency> </dependencies> + <profiles> + <profile> + <id>apache-release</id> + <build> + <plugins> + <plugin> + <artifactId>maven-archetype-plugin</artifactId> + <version>2.4</version> + <configuration> + <!-- disable archetype integration testing, can't access + not-yet-released taverna-engine dependencies during + mvn release:prepare + --> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project>
