Skip to content

Commit

Permalink
update site skin
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jun 28, 2014
1 parent 78e26ad commit fe5256e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ This plugin helps to use from maven the new annotation processing provided by JD

This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/ </description>
<url>http://code.google.com/p/maven-annotation-plugin/</url>

<prerequisites>
<maven>3.1</maven>
</prerequisites>

<distributionManagement>
<repository>
<id>${release.repo.id}</id>
Expand Down Expand Up @@ -43,12 +43,12 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<!-- GOOGLE REPO
<snapshot.repo.id>google-project</snapshot.repo.id>
<snapshot.repo.url>svn:https://maven-annotation-plugin.googlecode.com/svn/trunk/mavenrepo</snapshot.repo.url>
-->
-->
<!-- JAVA.NET
<release.repo.id>java.net-m2-repository</release.repo.id>
<release.repo.url>java-net:/maven2-repository/trunk/repository/</release.repo.url>
-->
<release.site.url>svn:https://bsc-documentation-repo.googlecode.com/svn/trunk/maven-annotation-plugin/site</release.site.url>
<release.site.url>svn:https://bsc-documentation-repo.googlecode.com/svn/trunk/maven-annotation-plugin/site3/</release.site.url>
<release.site.id>google-project</release.site.id>
</properties>

Expand Down Expand Up @@ -117,8 +117,8 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<artifactId>plexus-utils</artifactId>
<version>3.0.15</version>
</dependency>


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -202,7 +202,7 @@ MAVEN3 SITE GENERATION
</plugin>
</reportPlugins>
</configuration>
</plugin>
</plugin>

</plugins>

Expand All @@ -211,9 +211,9 @@ MAVEN3 SITE GENERATION
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.8</version>
<version>1.8</version>
</extension>
</extensions>
</extensions>


</build>
Expand All @@ -224,10 +224,10 @@ MAVEN3 SITE GENERATION
<id>release</id>
<build>
<plugins>
<!--
=====================================================================
mvn -Prelease release:perform -Darguments=-Dgpg.passphrase=thephrase
=====================================================================
<!--
=====================================================================
mvn -Prelease release:perform -Darguments=-Dgpg.passphrase=thephrase
=====================================================================
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -260,11 +260,11 @@ MAVEN3 SITE GENERATION
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>

<configuration>

<reportPlugins>

<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-confluence-reporting-plugin</artifactId>
Expand All @@ -273,24 +273,24 @@ MAVEN3 SITE GENERATION
<reportSet>
<id>confluence</id>
<configuration>
<endPoint>http://localhost:8090/rpc/xmlrpc</endPoint>
<endPoint>http://localhost:8090/rpc/xmlrpc</endPoint>
<spaceKey>ds</spaceKey>
<parentPageTitle>Tutorial</parentPageTitle>
<username>admin</username>
</configuration>
<reports>
<report>plugin-confluence-summary</report>
<report>plugin-confluence-summary</report>
</reports>
</reportSet>
</reportSets>
</reportSets>
</plugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profile>

</profiles>

</project>
25 changes: 17 additions & 8 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,37 @@
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">



<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.1</version>
</skin>
<custom>
<fluidoSkin>
<sideBarEnabled>true</sideBarEnabled>
</fluidoSkin>
</custom>
<body>
<menu name="Overview">

<item name="Summary" href="project-summary.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>

</menu>

<menu name="Summary" >

<item name="Dependencies" href="dependencies.html" />
<item name="Source" href="source-repository.html" />

</menu>



<!--
<menu name="summary" ref="reports" />
<!--
<menu name="summary" ref="reports" />
<menu name="Examples">
<item name="Creating Content" href="/examples/creating-content.html"/>
Expand All @@ -36,7 +45,7 @@
<item name="Excluding Document Formats" href="/examples/moduleexcludes.html"/>
<item name="Deploying to sourceforge.net" href="/examples/site-deploy-to-sourceforge.net.html"/>
</menu>
-->
-->

</body>
</project>

0 comments on commit fe5256e

Please sign in to comment.