[jboss-jira] [JBoss JIRA] (WFLY-4171) Provide an html5 archetype for wildfly
Fred Bricon (JIRA)
issues at jboss.org
Tue Jan 20 17:26:49 EST 2015
[ https://issues.jboss.org/browse/WFLY-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033945#comment-13033945 ]
Fred Bricon edited comment on WFLY-4171 at 1/20/15 5:26 PM:
------------------------------------------------------------
In the HTML5 archetypes, annoying warnings that could be avoided on :
{noformat}
<profile>
<id>arq-wildfly-managed</id>
<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${version.arquillian.container}</version>
<scope>test</scope>
</dependency>
</dependencies>
...
<profile>
<!-- An optional Arquillian testing profile that executes tests
in a remote WildFly instance -->
<!-- Run with: mvn clean test -Parq-wildfly-remote -->
<id>arq-wildfly-remote</id>
<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-remote</artifactId>
<version>${version.arquillian.container}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
{noformat}
This expression (${version.arquillian.container}) evaluates to 8.0.0.Final The property is defined in foo.bar:blank:0.0.1-SNAPSHOT
warning Overriding managed version 8.2.0.Final for wildfly-arquillian-container-managed
<version.arquillian.container>8.0.0.Final</version.arquillian.container> can be removed altogether
was (Author: fbricon):
Annoying warnings that could be avoided on :
{noformat}
<profile>
<id>arq-wildfly-managed</id>
<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${version.arquillian.container}</version>
<scope>test</scope>
</dependency>
</dependencies>
...
<profile>
<!-- An optional Arquillian testing profile that executes tests
in a remote WildFly instance -->
<!-- Run with: mvn clean test -Parq-wildfly-remote -->
<id>arq-wildfly-remote</id>
<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-remote</artifactId>
<version>${version.arquillian.container}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
{noformat}
This expression (${version.arquillian.container}) evaluates to 8.0.0.Final The property is defined in foo.bar:blank:0.0.1-SNAPSHOT
warning Overriding managed version 8.2.0.Final for wildfly-arquillian-container-managed
<version.arquillian.container>8.0.0.Final</version.arquillian.container> can be removed altogether
> Provide an html5 archetype for wildfly
> --------------------------------------
>
> Key: WFLY-4171
> URL: https://issues.jboss.org/browse/WFLY-4171
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Fred Bricon
> Assignee: Rafael Benevides
>
> We'd like to provide a Wildfly-ified version of the html5 archetype in JBoss Central, for JBoss Tools and Developer Studio, The current versions we serve right now are :
> * org.jboss.aerogear.archetypes:jboss-html5-mobile-archetype:7.1.3.Final
> * org.jboss.archetype.wfk:jboss-html5-mobile-archetype:2.6.0.Final
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list