Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Try to include org.jboss.snowdrop:snowdrop-vfs:jar:2.0.0.CR1-redhat-1 in your project Actual results: It will fail, following artifact cannon be found: org.jboss:jboss-parent:6-redhat-1. Expected results: On EAP6 you should be able to include EAP6 Maven Repository, however what should you do on EWS? There will be an EWS zip or something to ensure that jboss-parent:6-redhat-1 can be resolved. Additional info: {code:xml} <profile> <id>jboss-wfk2-repository</id> <repositories> <repository> <id>jboss-wfk2-repository</id> <name>JBoss WFK2 internal Maven Repository</name> <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> <updatePolicy>never</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>jboss-wfk2-repository</id> <name>JBoss WFK2 internal Maven Repository</name> <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> <updatePolicy>never</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories> </profile> {code} is needed as there is no EAP6 zip yet.
Almost all jboss.org projects have got as parent project org.jboss:jboss-parent. The version 6-redhat-1 is only productized version. Nobody supposes that a user wants to use wfk maven repository without eap6 maven repository.
You mean EWS1 users will use WFK Maven Repository with EAP6 repository? They are actually forced to do so by current state. Do they have access to it? Do we ensure EAP6 repository won't contain dependencies with same G:A not compatible on EWS?
What will we do with this issue? Does it require any special handling? Documentation?
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Users wishing to use a JBoss Web Framework Kit Maven repository to build an application for JBoss Enterprise Web Server have to download JBoss Enterprise Application Platform Maven repository as well. JBoss Web Framework Kit Maven repository is not supposed to be used standalone but requires JBoss Enterprise Application Platform Maven repository.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,3 +1 @@ -Users wishing to use a JBoss Web Framework Kit Maven repository to build an application for JBoss Enterprise Web Server have to download JBoss Enterprise Application Platform Maven repository as well. +JBoss Enterprise Application Patform maven repository is a prerequisite to use the JBoss Web Framework Kit maven repository on JBoss Enterprise Web Server.- -JBoss Web Framework Kit Maven repository is not supposed to be used standalone but requires JBoss Enterprise Application Platform Maven repository.
Verified that EAP Maven repository is a prerequisite to use WFK Maven repository.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -JBoss Enterprise Application Patform maven repository is a prerequisite to use the JBoss Web Framework Kit maven repository on JBoss Enterprise Web Server.+The JBoss Enterprise Application Platform Maven repository is a prerequisite to use the JBoss Web Framework Kit Maven repository on <emphasis>JBoss Enterprise Web Server</emphasis> as well as the Enterprise Application Platform.
This is released as a part of WFK 2.0.0.