Skip to content

Commit

Permalink
Fix build error with -DskipTests flag set
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin committed May 29, 2015
1 parent a837768 commit ada732d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/org.jboss.tools.ws.wise.ui/pom.xml
Expand Up @@ -47,6 +47,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<skip>false</skip>
<excludeScope>system</excludeScope>
<outputDirectory>lib</outputDirectory>
<excludeArtifactIds>xml-resolver,wsdl4j</excludeArtifactIds>
Expand All @@ -71,4 +72,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit ada732d

Please sign in to comment.