You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:46:31 UTC

[myfaces-tobago] 02/02: readded missing maven theme plugin

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.10
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit d75e42e54171d0645777def7e3666b390ecda084
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sat Mar 10 10:30:15 2007 +0000

    readded missing maven theme plugin
---
 example/demo/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/example/demo/pom.xml b/example/demo/pom.xml
index 30baee6..e7f30fb 100644
--- a/example/demo/pom.xml
+++ b/example/demo/pom.xml
@@ -11,7 +11,7 @@
   <build>
     <finalName>tobago-example-demo</finalName>
     <plugins>
-      <!--<plugin>
+      <plugin>
         <groupId>org.apache.myfaces.tobago</groupId>
         <artifactId>maven-theme-plugin</artifactId>
         <version>${project.version}</version>
@@ -22,7 +22,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>-->
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
@@ -217,4 +217,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.