-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: None
-
Labels:None
-
Environment:
JBoss Fuse 6.2.1
-
Sprint:6.3 Sprint 1 (4-Jan->29-Jan)
The JBoss Fuse 6.2.1 quickstarts/custom project, which is used to build a custom JBoss Fuse distribution, depends on the JBoss Fuse zip distribution:
<dependencies>
|
<dependency>
|
<groupId>org.jboss.fuse</groupId>
|
<artifactId>jboss-fuse-full</artifactId>
|
<version>${jboss.fuse.version}</version>
|
<type>zip</type>
|
</dependency>
|
</dependencies>
|
However, this artifact is not provided in the public repo and needs to be manually added to a local repo for the project to build.
The README.md should be updated with this information