From 26883aa3d80f2c142d6e03baba834d29b630de01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz> Date: Wed, 20 Jun 2018 10:05:45 +0200 Subject: [PATCH] code: remove adding sources plugin --- haas-java-client/.classpath | 10 ++-------- haas-java-client/pom.xml | 19 ------------------- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/haas-java-client/.classpath b/haas-java-client/.classpath index b4b6d343..955c606a 100644 --- a/haas-java-client/.classpath +++ b/haas-java-client/.classpath @@ -27,22 +27,16 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/classes" path="target/jaxws/wsimport/java"> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> <attributes> - <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/classes" path="target}/haxws/wsimport/java"> + <classpathentry kind="src" output="target/classes" path="target/generated-sources/wsimport"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/haas-java-client/pom.xml b/haas-java-client/pom.xml index 90737bfd..77a91b03 100644 --- a/haas-java-client/pom.xml +++ b/haas-java-client/pom.xml @@ -72,25 +72,6 @@ <packageName>cz.it4i.fiji.haas_java_client.proxy</packageName> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>3.0.0</version> - <executions> - <execution> - <id>add-source</id> - <phase>generate-sources</phase> - <goals> - <goal>add-source</goal> - </goals> - <configuration> - <sources> - <source>${project.build.directory}}/haxws/wsimport/java</source> - </sources> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> -- GitLab