Skip to content

Commit

Permalink
[maven-release-plugin] copy for tag templating-maven-plugin-1.0-alpha-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/tags/templating-maven-plugin-1.0-alpha-1@18105 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
batmat committed Mar 28, 2013
2 parents 67db504 + 8328136 commit 08ed2ce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/site/apt/examples/source-filtering.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,19 @@ Filtering a source folder
<execution>
<goals>
<goal>filter-sources</goal>

<!--
Note the two following parameters are the default one.
These are specified here just as a reminder.
But as the Maven philosophy is strongly about conventions,
it's better to just not specify them.
-->
<sourceDirectory>${basedir}/src/main/java-templates</sourceDirectory>
<targetDirectory>\${project.build.directory}/generated-sources/java-templates</targetDirectory>
</goals>
</execution>
</executions>
<configuration>
<!--
Note the two following parameters are the default one.
These are specified here just as a reminder.
But as the Maven philosophy is strongly about conventions,
it's better to just not specify them.
-->
<sourceDirectory>${basedir}/src/main/java-templates</sourceDirectory>
<targetDirectory>${project.build.directory}/generated-sources/java-templates</targetDirectory>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 08ed2ce

Please sign in to comment.