Fix classpath generation
This commit is contained in:
parent
97d1c886d6
commit
72639fdd71
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@ broker/core/module/MOD-INF/classes/
|
||||
broker/core/WEB-INF/lib/
|
||||
broker/core/data/
|
||||
broker/core/test-output/
|
||||
server/classpath.txt
|
||||
tmp/
|
||||
/test-output
|
||||
test-out/
|
||||
|
@ -73,9 +73,6 @@
|
||||
</suiteXmlFiles>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
@ -85,6 +82,9 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
|
4
refine
4
refine
@ -330,7 +330,7 @@ mvn_prepare() {
|
||||
classpath_prepare() {
|
||||
mvn_prepare
|
||||
|
||||
$MVN -pl server dependency:build-classpath
|
||||
$MVN compile dependency:build-classpath
|
||||
}
|
||||
|
||||
appengine_prepare() {
|
||||
@ -647,7 +647,7 @@ run() {
|
||||
fi
|
||||
|
||||
if [ ! -e "server/classpath.txt" ] ; then
|
||||
mvn dependency:build-classpath
|
||||
mvn compile dependency:build-classpath
|
||||
fi
|
||||
|
||||
if [ -d $REFINE_CLASSES_DIR ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user