Skip to content
Snippets Groups Projects
Commit 16596559 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

solved bugs

moved logo
added run-config to deploy homepage
parent cc29453c
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,37 @@ ...@@ -254,7 +254,37 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<dependencies>
<!-- for using markdown syntax -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
<!-- add support for ssh/scp -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
</dependency>
<!-- skin -->
<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.1.1</version>
</dependency>
<!-- Reflow skin requires Velocity >= 1.7 -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
<bannerLeft> <bannerLeft>
<name> <name>
TeeTime <![CDATA[
<img src="images/teetime-256.png">
]]>
</name> </name>
<href>http://teetime.sourceforge.net</href> <href>http://teetime.sourceforge.net</href>
</bannerLeft> </bannerLeft>
...@@ -62,7 +64,6 @@ ...@@ -62,7 +64,6 @@
</brand> </brand>
<slogan> <slogan>
<![CDATA[ <![CDATA[
<img src="images/teetime-256.png">
<span class="slogan">The next level Pipes-And-Filters-Framework for Java</span> <span class="slogan">The next level Pipes-And-Filters-Framework for Java</span>
]]> ]]>
</slogan> </slogan>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment