1:19 AM
To: Maven Users List
Subject: RE: Reworking Build Reactor Order
You can influence it by moving it to the bottom of the modules list in
the reactor. If that doesn't do it, then insert a dependency on the
others so that it builds last.
-Original Message-----
From: Arthur Gawrons
Currently, I have
Core Project 1
+SubProject 1-1
+SubProject 1-2
+SubProject 1-3
+CoreProject 1pom -> pom.xml
Core Project 2
+SubProject 2-1
+SubProject 2-2
+SubProject 2-3
+CoreProject2pom -> pom.xml
I have no flexibility as to the locations of the folders. The pom in
CorePr