diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties
index 25e7de3..afa8f05 100755
--- a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties
+++ b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties
@@ -1,2 +1,5 @@
-frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction
-#frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JTATransaction
+#Enables JPA transaction strategy, automatically detected in most cases, use only if you need to overwrite the default behaviour
+#frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction
+
+#Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected, use only if you need to overwrite the default behaviour
+#frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JTATransaction
\ No newline at end of file
diff --git a/documentation/quickstart/pom.xml b/documentation/quickstart/pom.xml
index 8d0e393..47d77d2 100755
--- a/documentation/quickstart/pom.xml
+++ b/documentation/quickstart/pom.xml
@@ -62,6 +62,42 @@
+
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+
+ org.jboss.maven.plugins
+
+
+ maven-jdocbook-plugin
+
+
+ [2.3.5,)
+
+
+ generate
+ resources
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/documentation/reference/pom.xml b/documentation/reference/pom.xml
index d044404..29e1f56 100755
--- a/documentation/reference/pom.xml
+++ b/documentation/reference/pom.xml
@@ -62,6 +62,42 @@
+
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+
+ org.jboss.maven.plugins
+
+
+ maven-jdocbook-plugin
+
+
+ [2.3.5,)
+
+
+ generate
+ resources
+
+
+
+
+
+
+
+
+
+
+
+
--
libgit2 0.21.2