Re: Failed to execute goal

2012-12-20 Thread Martin Grigorov
Hi,

There is
http://search.maven.org/#artifactdetails%7Cjdbc%7Cjdbc-stdext%7C2.0%7Cjar
The groupId is 'jdbc' instead of javax.sql.

http://wicket-menu.googlecode.com/svn/maven/repo/com/cooldatasoft/wicket-menu/6.3.0/wicket-menu-6.3.0.pom
itself
doesn't depend on jdbc-stdext. Find where this dependency comes from.


On Wed, Dec 19, 2012 at 5:14 PM, Lucio Crusca  wrote:

> Hello there,
>
> today, trying to build my project, I get:
>
> [ERROR] Failed to execute goal on project SalixWeb: Could not resolve
> dependencies for project
> com.virtual_bit.salix.web:SalixWeb:war:1.0-SNAPSHOT:
> The following artifacts could not be resolved:
> javax.sql:jdbc-stdext:jar:2.0,
> javax.transaction:jta:jar:1.0.1B: Could not find artifact javax.sql:jdbc-
> stdext:jar:2.0 in wicket-menu-release (http://wicket-
> menu.googlecode.com/svn/maven/repo) -> [Help 1]
>
> As I understand it, the problem seems related to wicket-menu, but that's
> all I
> understand. And I have no clue about what to do next...
>
> My pom.xml snippet:
>
> 
>com.cooldatasoft
>wicket-menu
>6.3.0
>jar
>compile
> 
> [...]
> 
> wicket-menu-release
> http://wicket-menu.googlecode.com/svn/maven/repo
>  
>  
>  wicket-menu-snapshot
>  http://wicket-menu.googlecode.com/svn/maven/snapshot-
> repo
>  
>  
>
> Hints?
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>


Failed to execute goal

2012-12-19 Thread Lucio Crusca
Hello there,

today, trying to build my project, I get:

[ERROR] Failed to execute goal on project SalixWeb: Could not resolve 
dependencies for project com.virtual_bit.salix.web:SalixWeb:war:1.0-SNAPSHOT: 
The following artifacts could not be resolved: javax.sql:jdbc-stdext:jar:2.0, 
javax.transaction:jta:jar:1.0.1B: Could not find artifact javax.sql:jdbc-
stdext:jar:2.0 in wicket-menu-release (http://wicket-
menu.googlecode.com/svn/maven/repo) -> [Help 1]

As I understand it, the problem seems related to wicket-menu, but that's all I 
understand. And I have no clue about what to do next...

My pom.xml snippet:


   com.cooldatasoft
   wicket-menu
   6.3.0
   jar
   compile

[...]

wicket-menu-release
http://wicket-menu.googlecode.com/svn/maven/repo
 
 
 wicket-menu-snapshot
 http://wicket-menu.googlecode.com/svn/maven/snapshot-
repo
 
 

Hints?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org