-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
when i am trying to run mvn walkmod:apply it is parsing some files and then suddenly it fails showing
TRANSFORMATION CHAIN (default) FAILS.
i am using spring boot application for testing it.
in my pom.xml i have included
<plugin>
<groupId>org.walkmod</groupId>
<artifactId>maven-walkmod-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>apply</goal>
</goals>
<configuration>
<skipWalkmod>${skipWalkmod}</skipWalkmod>
</configuration>
</execution>
</executions>
</plugin>
Metadata
Metadata
Assignees
Labels
No labels