BAEL-317 - Updated Wildfly configurations and changed the files

This commit is contained in:
Pritam Banerjee 2016-11-07 11:06:51 +01:00 committed by slavisa-baeldung
parent efc2450123
commit 35ee1b89bb
2 changed files with 18 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<artifactId>ejb-remote</artifactId>
<packaging>ejb</packaging>
<name>ejb-remote</name>
<!-- <name>ejb-remote</name> -->
<dependencies>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
@ -20,6 +20,20 @@
</dependencies>
<build>
<finalName>ejb-remote</finalName>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.1.0.Alpha5</version>
<configuration>
<hostname>127.0.0.1</hostname>
<port>9990</port>
<username>pritamtest</username>
<password>iamtheki9g</password>
<filename>${build.finalName}.jar</filename>
</configuration>
</plugin>
</plugins>
<!-- <finalName>ejb-remote</finalName> -->
</build>
</project>

View File

@ -60,8 +60,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>