Skip to content

Commit

Permalink
JBIDE-21684 - Remove the need of endorsed folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabene committed Feb 19, 2016
1 parent 9b92698 commit bbbeb56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
12 changes: 0 additions & 12 deletions jaxws-ejb/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@
<skip>false</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<compilerArguments>
<endorseddirs>${project.build.directory}/endorsed</endorseddirs>
</compilerArguments>
</configuration>
</plugin>

</plugins>
</build>
</project>
11 changes: 0 additions & 11 deletions jaxws-pojo/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@
<skip>false</skip>
</configuration>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArguments>
<endorseddirs>${project.build.directory}/endorsed
</endorseddirs>
</compilerArguments>
</configuration>
</plugin>

</plugins>
</build>
</project>
10 changes: 0 additions & 10 deletions jaxws-retail/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@
<skip>false</skip>
</configuration>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArguments>
<endorseddirs>${project.build.directory}/endorsed
</endorseddirs>
</compilerArguments>
</configuration>
</plugin>
<!-- (wsconsume) generate classes from wsdl -->
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
Expand Down

0 comments on commit bbbeb56

Please sign in to comment.