You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by UM1 <um...@gmail.com> on 2009/10/28 15:06:21 UTC

[jira] Urgent : weblogic portal 9.2 and Maven 1.0.2

Hi ,

Any idea Maven 1.0.2 is compatiable with weblogic portal 9.2??

Does any body worked on weblogic portal 9.2 and Maven 1.0.2? If any one then
please send me the Pom.xml of Portal Web and Portal Ear project.

Please make sure Maven version should be 1.0.2.

I want to convert all the shared jar dependency in my .classpath to POM.xml
but not getting correct direction for this.

Trying e.g 

<dependency>
<groupId>weblogic-common.p13n-app-lib</groupId>
<artifactId>p13n-app-lib-parent</artifactId>
<version>9.2.0</version>
<type>pom</type>
<scope>provided</scope>
</dependency>

But always getting 

Attempting to download p13n-app-lib-parent-9.2.0.pom.
WARNING: Failed to download p13n-app-lib-parent-9.2.0.pom.

classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con"
path="com.bea.wlw.ear.core.AppLibrariesContainer/LcdPortalEar"/>
<classpathentry kind="con" path="com.bea.wlw.xmlbeans.lib"/>
<classpathentry kind="con" path="com.bea.wlp.eclipse.common.system"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-tools-visitor-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-commonui-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-services-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-tools-support-app-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-webdav-app-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-tools-app-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-services-app-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="src" path="build/assembly/.src"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-framework-full-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-wsrp-producer-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-lookandfeel-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-light-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-framework-common-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-framework-struts-1.2-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/p13n-web-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/wlp-framework-full-app-lib/allow-newer/9.2.0/9.2.3"/>
<classpathentry kind="con"
path="com.bea.wlw.libmodule/p13n-app-lib/allow-newer/9.2.0/9.2.3"/>
-- 
View this message in context: http://www.nabble.com/Urgent-%3A-weblogic-portal-9.2-and-Maven-1.0.2-tp26095229p26095229.html
Sent from the Maven - Issues mailing list archive at Nabble.com.