dev@glassfish.java.net

Re: Cannot find parent: com.sun.mojarra:mojarra-scales-master

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 09 Feb 2009 11:57:26 -0800

This is related to Jason's check-in in admingui/war/pom.xml:
Jason, please fix this ASAP.

In the meantime disable admingui module in v3/pom.xml and continue with
your build.

Thanks,
Jane


Modified: trunk/v3/admingui/war/pom.xml
Url: https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/trunk/v3/admingui/war/pom.xml?view=diff&rev=24661&p1=trunk/v3/admingui/war/pom.xml&p2=trunk/v3/admingui/war/pom.xml&r1=24660&r2=24661
==============================================================================
--- trunk/v3/admingui/war/pom.xml (original)
+++ trunk/v3/admingui/war/pom.xml 2009-02-09 18:14:57+0000
@@ -72,6 +72,18 @@
       <artifactId>console-core</artifactId>
       <version>${project.version}</version>
     </dependency>
+ <dependency>
+ <groupId>com.sun.mojarra</groupId>
+ <artifactId>mojarra-scales</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.1.1</version>
+ <scope>runtime</scope>
+ </dependency>
   </dependencies>
 
   <profiles>



Shing Wai Chan wrote:
> I tried to update my workspace. I see the following.
> I have tried mvn -U clean install, too and there is no different.
> Any idea?
> Shing Wai Chan
>
> -----
>
> Downloading:
> http://download.java.net/maven/2/com/sun/mojarra/mojarra-scales-master/1.1-SNAPSHOT/mojarra-scales-master-1.1-SNAPSHOT.pom
>
> Downloading:
> https://maven2-repository.dev.java.net/nonav/repository/com/sun/mojarra/mojarra-scales-master/1.1-SNAPSHOT/mojarra-scales-master-1.1-SNAPSHOT.pom
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: com.sun.mojarra:mojarra-scales:jar:${project.parent.version}
>
> Reason: Cannot find parent: com.sun.mojarra:mojarra-scales-master for
> project: com.sun.mojarra:mojarra-scales:jar:${project.parent.version}
> for project com.sun.mojarra:mojarra-scales:jar:${project.parent.version}
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3 minutes 29 seconds
> [INFO] Finished at: Mon Feb 09 11:41:05 PST 2009
> [INFO] Final Memory: 138M/349M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>