You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Rahul <ra...@clear.net.nz> on 2005/06/11 00:59:15 UTC

org.apache.maven.artifact.ant.Pom.java : unresolved import

Hi,

Could any one please tell which JAR is this import being resolved from 
in file: org.apache.maven.artifact.ant.Pom.java

<snip>
import org.codehaus.plexus.util.introspection.ReflectionValueExtractor;
</snip>

I check the JAR file: plexus-utils-1.0-alpha-1.jar for this but its not 
there.

Thanks,
Rahul



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: org.apache.maven.artifact.ant.Pom.java : unresolved import

Posted by Brett Porter <br...@apache.org>.
plexus-utils - probably need a newer version (try alpha-3)

- Brett

Rahul wrote:

> Hi,
>
> Could any one please tell which JAR is this import being resolved from 
> in file: org.apache.maven.artifact.ant.Pom.java
>
> <snip>
> import org.codehaus.plexus.util.introspection.ReflectionValueExtractor;
> </snip>
>
> I check the JAR file: plexus-utils-1.0-alpha-1.jar for this but its 
> not there.
>
> Thanks,
> Rahul
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org