[
https://issues.jboss.org/browse/JDF-109?page=com.atlassian.jira.plugin.sy...
]
Karel Piwko updated JDF-109:
----------------------------
Description:
If you navigate to any BOM version at
http://www.jboss.org/jdf/stack/stacks/, you will get
a pop-up windows listing something about BOM itself and how it can be used.
There is <type>pom</scope> for every BOM in <dependencyManagement>
section..
Example:
Errai provides a comprehensive framework and tools for building rich web applications,
leveraging the GWT compiler. With standard server-side APIs, such as CDI, in the browser,
managing large web applications was never so easy. This BOM adds both Errai and GWT to
your project.
To use the BOM, import into your dependency management:
{code:xml}
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-errai</artifactId>
<version>1.0.0.Final</version>
<!-- vvv this is wrong vvv -->
<type>pom</scope>
<!-- ^^^ this is wrong ^^^ -->
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
{code}
was:
If you navigate to any BOM version at
http://www.jboss.org/jdf/stack/stacks/, you will get
a pop-up windows listing something about BOM itself and how it can be used.
There is <type>pom</scope> for every BOM in <dependencyManagement>
section..
Example:
Errai provides a comprehensive framework and tools for building rich web applications,
leveraging the GWT compiler. With standard server-side APIs, such as CDI, in the browser,
managing large web applications was never so easy. This BOM adds both Errai and GWT to
your project.
To use the BOM, import into your dependency management:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-errai</artifactId>
<version>1.0.0.Final</version>
<type>pom*</scope>*
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Invalid xml for copy&paste bom version
--------------------------------------
Key: JDF-109
URL:
https://issues.jboss.org/browse/JDF-109
Project: JBoss Developer Framework
Issue Type: Bug
Components: site
Reporter: Karel Piwko
If you navigate to any BOM version at
http://www.jboss.org/jdf/stack/stacks/, you will
get a pop-up windows listing something about BOM itself and how it can be used.
There is <type>pom</scope> for every BOM in <dependencyManagement>
section..
Example:
Errai provides a comprehensive framework and tools for building rich web applications,
leveraging the GWT compiler. With standard server-side APIs, such as CDI, in the browser,
managing large web applications was never so easy. This BOM adds both Errai and GWT to
your project.
To use the BOM, import into your dependency management:
{code:xml}
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-errai</artifactId>
<version>1.0.0.Final</version>
<!-- vvv this is wrong vvv -->
<type>pom</scope>
<!-- ^^^ this is wrong ^^^ -->
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira