Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.3
-
Component/s: Documentation
-
Labels:None
-
Number of attachments :
Description
I've just tried to test the last 3.3 release. And I had to add a repository in my settings.xml:
http://repository.jboss.org/nexus/content/groups/public-jboss
for dependendy :
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<version>1.1.0.Final</version>
</dependency>
in pom.xml of the module jbehave-weld
Activity

Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] | |
Fix Version/s | 3.4 [ 17278 ] |

Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |

Fix Version/s | 3.3.1 [ 17301 ] |
The repositories for building the modules that require artifacts not on Maven Central are specified in the settings.xml file at the root of the source tree.
This is detailed both in the README.md file and in the building-source.html doc page.