Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
removed usage of book-site project and pulled template into this project
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jun 26, 2013
1 parent e08be01 commit 4b80776
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 18 deletions.
19 changes: 1 addition & 18 deletions m2ebook-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-template</id>
<phase>site</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.sonatype.book</groupId>
<artifactId>book-site</artifactId>
<version>0.2-SNAPSHOT</version>
</artifactItem>
</artifactItems>
<outputDirectory>${basedir}/target/book-site</outputDirectory>
</configuration>
</execution>
<execution>
<id>unpack-html</id>
<phase>site</phase>
Expand Down Expand Up @@ -109,7 +92,7 @@
<configuration>
<bookId>m2eclipse</bookId>
<bookTitle>Developing with Eclipse and Maven</bookTitle>
<velocityTemplate>${basedir}/target/book-site/vm/book-template.html</velocityTemplate>
<velocityTemplate>${basedir}/src/template/book-template.html</velocityTemplate>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 4b80776

Please sign in to comment.