For your first question (other mail): I'm running on the 2.0 API, although I 
will probably switch along the way... Thanks for the info on the 
method-signature!

> this.project.getRemoteArtifact.Repositories()
> this.localRepository
>
> How did u retrieve this informations?

As for the other 2 questions, here's a snippet of code:

    /**
     * @parameter expression="${project}"
     * @readonly
     * @required
     */
    protected MavenProject project;

    /**
     * @parameter expression="${localRepository}"
     * @required
     * @readonly
     */
    private ArtifactRepository localRepository;

The project has a method 'getRemoteArtifactRepositories()' (looks like a 
copy-paste failure in your text below!).

Beware though, I am currently using 2.0 for all APIs, so if any signatures 
have changed, you might not get everything to work!

-- 
Roland Asmann

CFC Informationssysteme Entwicklungsgesellschaft m.b.H
Bäckerstrasse 1/2/7
A-1010 Wien
FN 266155f, Handelsgericht Wien

Tel.: +43/1/513 88 77 - 27
Fax.: +43/1/513 88 62
Email: [EMAIL PROTECTED]
Web: www.cfc.at

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to