summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-09-29 17:20:29 +0000
committerRobert Gemmell <robbie@apache.org>2013-09-29 17:20:29 +0000
commitc4b207628ac34d5662303245fdffbf8f2e8d71ef (patch)
treea90840f9cdbea429021b92caf4a4b74a5a190347 /qpid/java/pom.xml
parent0f1bb4543e7bf03e3f7618216ef2a69919bc60b3 (diff)
downloadqpid-python-c4b207628ac34d5662303245fdffbf8f2e8d71ef.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@1527355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index fb1713bbc7..d3328804ba 100644
--- a/qpid/java/pom.xml
+++ b/qpid/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?