|
@@ -86,6 +86,11 @@
|
|
<phase>test-compile</phase>
|
|
<phase>test-compile</phase>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|
|
|
|
+ <configuration>
|
|
|
|
+ <excludes>
|
|
|
|
+ <exclude>mrapp-generated-classpath</exclude>
|
|
|
|
+ </excludes>
|
|
|
|
+ </configuration>
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
@@ -97,7 +102,7 @@
|
|
<goal>build-classpath</goal>
|
|
<goal>build-classpath</goal>
|
|
</goals>
|
|
</goals>
|
|
<configuration>
|
|
<configuration>
|
|
- <outputFile>target/test-classes/mrapp-generated-classpath</outputFile>
|
|
|
|
|
|
+ <outputFile>target/classes/mrapp-generated-classpath</outputFile>
|
|
</configuration>
|
|
</configuration>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|