Unico Hommes pushed to branch master at cms-community / hippo-project-archetype


Commits:
0bb4c98d by Unico Hommes at 2016-04-28T15:21:56+02:00
ARCHE-488 add l10n plugin and corresponding property

- - - - -


2 changed files:

- src/main/resources/archetype-resources/cms/pom.xml
- src/main/resources/archetype-resources/pom.xml


Changes:

=====================================
src/main/resources/archetype-resources/cms/pom.xml
=====================================
--- a/src/main/resources/archetype-resources/cms/pom.xml
+++ b/src/main/resources/archetype-resources/cms/pom.xml
@@ -111,6 +111,10 @@
           </mappings>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.onehippo.cms.l10n</groupId>
+        <artifactId>hippo-cms-l10n-maven-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
 </project>


=====================================
src/main/resources/archetype-resources/pom.xml
=====================================
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -75,6 +75,8 @@
     <maven.plugins.filesync.version>1.0.0</maven.plugins.filesync.version>
     <repo.bootstrap>true</repo.bootstrap>
 
+    <hippo.cms.locales>nl,de,fr</hippo.cms.locales>
+
   </properties>
 
   <repositories>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-project-archetype/commit/0bb4c98d5f9ca122e23633dec76aa1c3d70b41d8
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to