Skip to content

Commit b51ef29

Browse files
committed
fixup! [feature] New approach to Internet Media Type configuration, mapping, and resolution
1 parent 259d8e5 commit b51ef29

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

elemental-media-type/elemental-media-type-impl/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,17 @@
191191
</execution>
192192
</executions>
193193
</plugin>
194+
195+
<plugin>
196+
<groupId>org.apache.maven.plugins</groupId>
197+
<artifactId>maven-javadoc-plugin</artifactId>
198+
<configuration>
199+
<sourceFileExcludes>
200+
<!-- NOTE(AR) The org.jvnet.jaxb:jaxb-maven-plugin seems to generate Javadoc that the org.apache.maven.plugins:maven-javadoc-plugin doesn't like -->
201+
<sourceFileExclude>${project.build.directory}/generated-sources/xjc/**</sourceFileExclude>
202+
</sourceFileExcludes>
203+
</configuration>
204+
</plugin>
194205
</plugins>
195206
</build>
196207

elemental-media-type/elemental-media-type-impl/src/main/java/xyz/elemental/mediatype/impl/MediaTypeMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
* <li>One or more files named <code>media-type-mappings.xml</code> in the Application's config directory(s).</li>
8080
* <li>The file <code>media-type-mappings.xml</code> on the classpath in the package xyz.elemental.mediatype.</li>
8181
* </ol>
82-
* </p>
8382
*
8483
* @author <a href="mailto:[email protected]">Adam Retter</a>
8584
*/

0 commit comments

Comments
 (0)