Does this mean it will now pickup the <username> and <password> entries
I have in my settings.xml file? Because that was the fix that I was
really waiting for. I just tried it, and it still asked me for my
password (assuming my username was my system name, not the one I put
in the settings.xml file).
Any fixes for this in the mix? Or, is this fix not even part of this
plugin?
Charlie
Brett Porter said the following on 1/11/2006 9:40 PM:
The Install and Deploy plugins for Maven 2.0 have been released.
Release notes for the install plugin:
* [MINSTALL-2] - Install-file zeros file if the source file is the
target file.
* [MINSTALL-3] - The install plugin fails if there are only
"attached" artifacts.
* [MINSTALL-4] - install:install-file makes reactor parse subprojects
* [MINSTALL-6] - Add ability to generate a basic pom when installing a file.
Release notes for the deploy plugin:
* [MDEPLOY-8] - create a deploy:deploy-file goal
* [MDEPLOY-14] - Add POM generation/uploading to deploy:deploy-file goal
To obtain the latest release, include the <version> in your POM, for example:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.1</version>
</plugin>
Alternatively, you can use the -U option the next time the plugin is used:
mvn -U deploy
- The Maven Team
---------------------------------------------------------------------
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]