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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 556a390  Removing static flowable conf for test users
556a390 is described below

commit 556a390db6f174f8ed2e9437e99e4f412a970d3d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Mar 26 09:36:38 2019 +0100

    Removing static flowable conf for test users
---
 standalone/pom.xml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/standalone/pom.xml b/standalone/pom.xml
index c0af803..ce30396 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -103,39 +103,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-
-      <!-- Adds Flowable test content -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-        <inherited>true</inherited>
-        <executions>
-          <execution>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>transform</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <transformationSets>
-            <transformationSet>
-              <dir>${project.build.outputDirectory}/core</dir>
-              <includes>
-                <include>domains/MasterContent.xml</include>
-              </includes>
-              <outputDir>${project.build.outputDirectory}/core</outputDir>
-              
<stylesheet>${basedir}/../fit/core-reference/src/test/resources/addFlowableToContent.xsl</stylesheet>
-              <outputProperties>
-                <outputProperty>
-                  <name>indent</name>
-                  <value>yes</value>
-                </outputProperty>
-              </outputProperties>
-            </transformationSet>
-          </transformationSets>
-        </configuration>
-      </plugin>
           
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to