Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

README.adoc

File metadata and controls

27 lines (19 loc) · 1.12 KB

Using Windup Maven Plugin

Author: Marek Novotny, Ondřej Žižka
Level: Beginner
Summary: Demonstrates how to execute Windup during a Maven build against the project sources.
Source: https://github.com/windup/windup-quickstarts/

What is it?

This quickstart shows how to use Windup in a Maven project to create reports for migration to Red Hat JBoss Enterprise Application Platform 6.

The quickstart also contains one custom Windup rule in a XML file and shows where to place it to let Windup find it.

The example project contains the Seam @Asynchronous annotation which is not compatible with remote EJBs in Red Hat JBoss Enterprise Application Platform and must be replaced with the Java EE 6 @Asynchronous annotation.

How to build this project (run the Windup Maven plugin)

Here is a sequence of commands to run.

git clone https://github.com/windup/windup-quickstarts.git
cd windup-quickstarts/maven-plugin-usage
mvn install -DskipTests