I want to try maven-jboss-plugin, but I don’t know what it is, and I want to launch a war using jboss-maven-plugin or maven-jboss-plugin? How to use?
Maven-JBoss-plugin is deprecated.
Use jboss-maven-pluginas per example here
jboss-maven-plugin
Perhaps you can use maven-load-plugin ?
AS7 , JBOSS.
<plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.4.Final</version> </plugin>
, , add-resource-goal.
, datasource JMS, JBOSS- pom.xml.
( ).
Source: https://habr.com/ru/post/1752264/More articles:simple calculator in java parser - javaIs padding between members of a class of the same type the same? - c ++Killing a process on Linux - linuxDetermine in IE8 compatibility mode using conditional expressions - internet-explorer-8Running multiple cURL queries - phpPHP random number - phpКак определить URL-адрес веб-приложения Java изнутри? - javaIE6: Large file downloads fail and the page cannot be displayed? - internet-explorerXAML image source is set dynamically based on content - pathCode Insight (IntelliSense) - delphiAll Articles