Skip to content

Commit

Permalink
Last mods for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Apr 8, 2014
1 parent 3ec205c commit 51c421a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,42 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<verbose>true</verbose>
<failOnError>false</failOnError>
<sourcepath>${basedir}/src/main/java</sourcepath>
<includeDependencySources>false</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.red5:*</dependencySourceInclude>
</dependencySourceIncludes>
<detectOfflineLinks>false</detectOfflineLinks>
<stylesheetfile>javadoc.css</stylesheetfile>
<links>
<link>http://download.oracle.com/javase/6/docs/api</link>
<link>http://www.slf4j.org/api</link>
<link>http://logging.apache.org/log4j/1.2/apidocs</link>
</links>
<tags>
<tag>
<name>todo</name>
<!-- todo tag for all places -->
<placement>a</placement>
<head>To do:</head>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand All @@ -212,6 +248,7 @@
</includes>
</resource>
</resources>
<!--
<testResources>
<testResource>
<directory>src/test/java</directory>
Expand All @@ -223,6 +260,7 @@
<directory>src/test/resources</directory>
</testResource>
</testResources>
-->
</build>
<repositories>
<repository>
Expand Down

0 comments on commit 51c421a

Please sign in to comment.