You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/04/06 13:58:13 UTC

[2/2] syncope git commit: Ensures that provisioning.properties and all/provisioninig.properties are consistent

Ensures that provisioning.properties and all/provisioninig.properties are consistent


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/57705c15
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/57705c15
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/57705c15

Branch: refs/heads/master
Commit: 57705c15609500d43fb573edd06c84dc4745e7e9
Parents: 06c2ef9
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Apr 6 15:57:46 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Apr 6 15:58:04 2017 +0200

----------------------------------------------------------------------
 archetype/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/57705c15/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 8ea0002..f996dcc 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -170,8 +170,18 @@ under the License.
       <resource>
         <directory>../fit/core-reference/src/main/resources/all</directory>
         <targetPath>${project.build.outputDirectory}/archetype-resources/core/src/main/resources/all</targetPath>
+        <excludes>
+          <exclude>provisioning.properties</exclude>
+        </excludes>
       </resource>
       <resource>
+        <directory>../ext/camel/provisioning-camel/src/main/resources</directory>
+        <targetPath>${project.build.outputDirectory}/archetype-resources/core/src/main/resources/all</targetPath>
+        <includes>
+          <include>provisioning.properties</include>
+        </includes>
+      </resource>      
+      <resource>
         <directory>../fit/core-reference/src/test/resources/scriptedsql</directory>
         <targetPath>${project.build.outputDirectory}/archetype-resources/core/src/test/resources/scriptedsql</targetPath>
       </resource>