commit | b6734601cd8fbedde2fc8e749ca8c544a34f742e | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Jul 29 11:53:06 2014 -0700 |
committer | Gerrit Code Review <gerrit2@localhost> | Wed Jul 30 10:01:24 2014 -0700 |
tree | e7503582aad55a7380fb83478613c6b393658d17 | |
parent | c2141b78fc7229263ba9b779d8fb90e2eaf40819 [diff] |
Changed .javacp creation timing. - Changed .javacp creation timing from generate-sources -> compile. It was causing unnecessary classpath scanning during javadoc:javadoc, etc. Change-Id: Id88714e4e7194170f6adc13cecaedef17ac6e376
diff --git a/pom.xml b/pom.xml index 32a7a99..6840723 100644 --- a/pom.xml +++ b/pom.xml
@@ -238,7 +238,7 @@ <executions> <execution> <id>build-classpath</id> - <phase>generate-sources</phase> + <phase>compile</phase> <goals> <goal>build-classpath</goal> </goals>