Re: [m2] required artifacts missing

2006-01-17 Thread softwarearchitekt
Hey, the dependency is definitiv right. yyy:xxx:jar:1.0-SNAPSHOT is my artefact, that i wish to build. And it has dependencies to the mail and activation jar. Fredy Maven Users List users@maven.apache.org schrieb am 17.01.06 00:46:03: Sorry about that. Read the post at the end of the work

Re: [m2] required artifacts missing

2006-01-17 Thread softwarearchitekt
It's like that, i've removed smc, developers... and renamed any tags Fredy project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;

Re: [m2] required artifacts missing

2006-01-17 Thread Napoleon Esmundo Ramirez
Hello, I tried your pom.xml and it worked fine with me. Please confirm if the required artifacts were installed properly. Cheers! Nap On 1/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It's like that, i've removed smc, developers... and renamed any tags Fredy project

[m2] required artifacts missing

2006-01-16 Thread softwarearchitekt
I've already installed these files in my localRepository, but theres is alwas the same error: required artifacts missing: javax.mail:mail:jar:1.3.3 javax.activation:activation:jar:1.0.2 javax.xml:jaxrpc-api:jar:1.1 for the artifact: yyy:xxx:jar:1.0-SNAPSHOT from the specified remote

Re: [m2] required artifacts missing

2006-01-16 Thread Stephen Duncan
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html -Stephen On 1/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've already installed these files in my localRepository, but theres is alwas the same error: required artifacts missing: javax.mail:mail:jar:1.3.3

Re: [m2] required artifacts missing

2006-01-16 Thread softwarearchitekt
Hey, I've allready read that, and install the files! There are in my local repository: mavenRepository |- javax |- activation |- activation |- 1.0.2 |- activation-1.0.2.jar |- activation-1.0.2.pom

Re: [m2] required artifacts missing

2006-01-16 Thread Stephen Duncan
Sorry about that. Read the post at the end of the work day, and posted too quickly! Not sure where a dependency on yyy:xxx:jar:1.0-SNAPSHOT would come from. Looks like an example dependency that should be removed. If it's not something you accidentally left in your pom, then it's in one you

Re: [m2] required artifacts missing

2006-01-16 Thread Allan Ramirez
Hi there, Could you paste your pom? Thanks, -allan [EMAIL PROTECTED] wrote: Hey, I've allready read that, and install the files! There are in my local repository: mavenRepository |- javax |- activation |- activation |- 1.0.2 |-