Skip to content

wildfly/wildfly-quickstart-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WildFly Quickstart Parent POM

The parent Maven POM for WildFly Quickstart projects.

What is it?

The WildFly Quickstart parent POM provides default configuration for Maven builds, on top of the one provided by the JBoss parent POM.

  • Recommended/default versions and/or configurations for the commonly used Maven plugins

  • Profiles for generating documentation, Arquillian testing, etc.

How to use it?

Start out by adding the parent configuration to your pom.

<parent>
  <groupId>org.wildfly.quickstarts</groupId>
  <artifactId>wildfly-quickstart-parent</artifactId>
  <version>3-SNAPSHOT</version>
</parent>

License

Apache License, Version 2.0

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published