summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-01-27 20:05:57 -0800
committerShawn O. Pearce <sop@google.com>2009-01-27 20:08:44 -0800
commitad1be20d78d0f254bfe941c129259000b4395094 (patch)
treefb40db967ad81a1b3475e8ce61434cba106a4e2b
parent4e6683560bd7a10949229839b9e911e51fd31688 (diff)
Fix appjar POM to always ensure GerritVersion.properties is current
The process-classes phase is too late in the lifecycle, Maven may have already embedded our old properties file with some previous version number in it. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--appjar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appjar/pom.xml b/appjar/pom.xml
index 7fc089eb9c..15eeb926fd 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -285,7 +285,7 @@ limitations under the License.
<executions>
<execution>
<id>generate-version</id>
- <phase>process-classes</phase>
+ <phase>generate-resources</phase>
<configuration>
<tasks>
<property name="s" location="${basedir}/src/main/java/"/>