WildFly: Server Build Tool

WildFly: Core Parent Aggregator

License

License

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.core
ArtifactId

ArtifactId

wildfly-build-plugin
Last Version

Last Version

1.0.0.Alpha4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

WildFly: Server Build Tool
WildFly: Core Parent Aggregator
Project Organization

Project Organization

JBoss by Red Hat

Download wildfly-build-plugin

How to add to project

<plugin>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-build-plugin</artifactId>
    <version>1.0.0.Alpha4</version>
</plugin>

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-model jar 3.0.5
org.apache.maven : maven-model-builder jar 3.0.5
org.jboss.logging : jboss-logging jar 3.1.4.GA
org.jboss.modules : jboss-modules jar 1.3.3.Final
org.jboss : staxmapper jar 1.1.0.Final
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2
org.codehaus.plexus : plexus-utils jar 3.0.10

provided (4)

Group / Artifact Type Version
org.eclipse.aether : aether-api Optional jar 0.9.0.M4
org.sonatype.aether : aether-api Optional jar 1.13.1
org.sonatype.aether : aether-util Optional jar 1.13.1
org.wildfly.checkstyle : wildfly-checkstyle-config jar 1.0.0.Final

test (4)

Group / Artifact Type Version
org.apache.maven : maven-compat jar 3.0.5
org.apache.maven : maven-settings-builder jar 3.0.5
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 2.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

WildFly Core

http://wildfly.org

This project provides the core runtime that is used by the Wildfly application server. This includes:

  • Modular class loading.
  • Unified management, including domain mode.
  • Basic deployment architecture.
  • CLI for management.

Building

Prerequisites:

  • JDK 8 or newer
  • Maven 3.6.0 or newer

To build with your own Maven installation:

mvn install

Alternatively, you can use the Maven Wrapper script that downloads and installs (if necessary) the required Maven version to ~/.m2/wrapper and runs it from there. On Linux, run

./mvnw install

On Windows

mvnw install

Starting and Stopping WildFly

Change to the bin directory after a successful build:

$ cd core-build/target/wildfly-core-[version]/bin

Start the server in domain mode:

$ ./domain.sh

Start the server in standalone mode:

$ ./standalone.sh

To stop the server, press Ctrl + C, or use the admin console:

$ ./jboss-cli.sh --connect command=:shutdown

Note that there is not very much that you can do with the core server, without first adding some extensions to it. If you are trying to deploy Java EE application then you likely want the full Wildfly distribution, which is located at: https://github.com/wildfly/wildfly

Contributing

https://community.jboss.org/wiki/HackingOnWildFly

Using Eclipse

  1. Install the latest version of Eclipse.
  2. Make sure Xmx in Eclipse.ini is at least 1280M, and it's using java 7
  3. Launch Eclipse and install the m2e plugin, make sure it uses your repo configs (get it from: http://www.eclipse.org/m2e/download/ or install "Maven Integration for Eclipse" from the Eclipse Marketplace).
  4. In Eclipse preferences Java->Compiler->Errors/Warnings->Deprecated and restricted set forbidden reference to WARNING.
  5. In Eclipse preferences Java->Code Style, import the cleanup, templates, and formatter configs in ide-configs/eclipse.
  6. In Eclipse preferences Java->Editor->Save Actions enable "Additional Actions", and deselect all actions except for "Remove trailing whitespace".
  7. Use import on the root pom, which will pull in all modules.
  8. Wait (m2e takes awhile on initial import).

Licenses

org.wildfly.core

Versions

Version
1.0.0.Alpha4
1.0.0.Alpha3
1.0.0.Alpha2
1.0.0.Alpha1