Thanks,

The guide tells me to configure the settings.xml file ans use profiles.
I don't want this. is there a way to add the snapshot repository to the pom?

I added the following but it did not use the repository

Cheers,

Timo

    <pluginRepositories>
        <pluginRepository>
            <id>apache.org</id>
            <name>Maven Plugin Snapshots</name>
<url>http://people.apache.org/repo/m2-snapshot- repository</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>

On Nov 28, 2006, at 2:25 PM, Avegaart, Menno wrote:

You can just use the surefire-junit-2.1-SNAPSHOT plugin by specifying it as a dependency.

You will also need to setup access to the snapshot repository:
http://maven.apache.org/guides/development/guide-plugin-snapshot- repositories.html

______________________________________________________________________ _______________________________________________ Important notice: The information contained in this email is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this information in error, please notify us immediately by responding to this email and then delete it from your system. Brocacef Holding and its subsidiaries are neither liable for the proper and complete transmission of the information contained in this email nor for any delay in its receipt. ______________________________________________________________________ _
______________________________________________

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



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

Reply via email to