Skip to content

walkmod fails with error TRANSFORMATION CHAIN (default) FAILS #3

Description

@kkorada

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions