Skip to content

Commit

Permalink
added a link to the Jellydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Oct 10, 2012
1 parent 851b850 commit ae7ec8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/site/markdown/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Collection of Maven auto-generated reports. The primary interest is probably [Jelly tag libary reference](jelly-taglib-ref.html).
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,13 @@ THE SOFTWARE.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<dependencies>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
Expand Down

0 comments on commit ae7ec8e

Please sign in to comment.