diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-09-29 17:20:29 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-09-29 17:20:29 +0000 |
| commit | df1916f03318163b546ad3c32b112367e32cd472 (patch) | |
| tree | 3e9ddb04800a2fc1a5736dbacded459fbe3ae49a /java/pom.xml | |
| parent | 4c25c63c8e4dcbda83d26d766d13aab0cf95a383 (diff) | |
| download | qpid-python-df1916f03318163b546ad3c32b112367e32cd472.tar.gz | |
QPID-5192, QPID-5048: update the maven build in line with previous QPID-5192 commit, generate into the src tree but only when -Dgenerate=true is used
Moves the JavaCC invocation in common and the antrun-plugin invocation in broker-core to their own profile so they dont run unless requested. The antrun-plugin in common to be similarly moved when other changes to what its doing later become possible.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/pom.xml b/java/pom.xml index fb1713bbc7..d3328804ba 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -51,6 +51,10 @@ === Once the Ant build is removed === - Move all the resources to be in the /src/foo/resources folders. + - Make qpidversion.properties in common be a filtered resource instead of generated. + - Get rid of the antrun-plugin execution in common, directly invoke the required java elements. + - Do the above in the generate-sources-common profile instead of current default config. + - Get rid of the antrun-plugin execution in broker-core, directly invoke the required java elements. - Fix the tests not to be dependant on the working dir being the java dir. - Fix the tests not to be dependant on the test config/output dirs being children of qpid.home. - Remove the QBTC output file mechanics, rely on Surefire to do it? |
