Skip to content

Commit

Permalink
Remove Wadl and javadoc
Browse files Browse the repository at this point in the history
Swagger to come
  • Loading branch information
pierrejego committed Apr 14, 2021
1 parent b5aa4b7 commit 88cdfe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
28 changes: 0 additions & 28 deletions cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,37 +374,9 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<webResources>
<resource>
<directory>target/site</directory>
</resource>
<resource>
<directory>target/generated</directory>
<targetPath>apidocs</targetPath>
</resource>
</webResources>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>build-javadocs</id>
<phase>prepare-package</phase>
<goals>
<goal>javadoc</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions cadastrapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<body>
<h2>Cadastrapp</h2>
</p>
<a href="apidocs/index.html">JavaDoc</a>
<a href="apidocs/wadl/application.wadl">WADL</a>
</p>
<a href="https://github.com/georchestra/">GitHub Georchestra</a>
</p>
<c:catch var ="catchException">
Expand Down

0 comments on commit 88cdfe3

Please sign in to comment.