Move performance test modules under release profile
---------------------------------------------------
Key: AMDATUCASSANDRA-140
URL: http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-140
Project: Amdatu Cassandra
Issue Type: Improvement
Reporter: Bram de Kruijff
Priority: Minor
The performance modules are partially inside the release profile (eg. the
release assemblies / not the module itself), but not entirely (eg. the
execution assembly) and thus result in half (pom not artifact) local install
when running -P!release but still consume a lot of disk cycles.
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building Amdatu Cassandra - Performance Test release - 0.2.0
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
C:\bramk\Amdatu\git\amdatu2\amdatu-cassandra\test-performance\test-releases\cassandra-0.2.0\target
[INFO] [dependency:unpack-dependencies {execution: extract-checkstyle-config}]
[INFO] Unpacking
C:\bramk\maven-repository\org\amdatu\etc\org.amdatu.etc.checkstyle\1\org.amdatu.etc.checkstyle-1.jar
to C:\bramk\Amdatu\git\amdatu2\amdatu-cass
andra\test-performance\test-releases\cassandra-0.2.0\target with includes and
excludes
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
C:\bramk\Amdatu\git\amdatu2\amdatu-cassandra\test-performance\test-releases\cassandra-0.2.0\pom.xml
to C:\bramk\maven-repository\org\amdatu\ca
ssandra\org.amdatu.cassandra.test.performance.release-0.2.0\0.2.2-SNAPSHOT\org.amdatu.cassandra.test.performance.release-0.2.0-0.2.2-SNAPSHOT.pom
{noformat}
{noformat}
[INFO] Amdatu Cassandra - Performance Test execution ......... SUCCESS [31.603s]
{noformat}
As they do not actually do/test anything during regular build please move the
entire module into the release (or custom) profile so we can easily skip them
during development.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers