You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2004/06/25 21:00:45 UTC

Maven Artifact/Deploy plugin 1.3 Released

The maven team is pleased to announce the Maven Artifact Plugin 1.3 release! 

http://maven.apache.org/reference/plugins/artifact/

Please note: you must remove the deploy plugin if you install this plugin.

Changes in this version include:

  New Features:

o Allow non-passive FTP Issue: MPARTIFACT-8. Thanks to Matt Smith. 
o Fix copy-deps when list is empty Issue: MPARTIFACT-20. 
o Accept empty passphrase to ssh based deployers 
o Default to maven.username if repository username not given 
o Add typeHandler parameter to tags to specify a custom handler 
o Switch between modern and legacy mode based on properties defined 
o Absorb the deploy plugin to give one point of migration 

  Fixed bugs:

o Build and run against the installed version of Maven 
o Replace Apache Jakarta Maven by Apache Maven in Manifest Issue: MPJAR-29. 
  Thanks to Martin van den Bemt.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-artifact-plugin
  -Dversion=1.3

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar
         

Have fun!
-The maven team
      

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


Re: Maven Artifact/Deploy plugin 1.3 Released

Posted by Brett Porter <br...@gmail.com>.
it is there now - it takes some time to go out to the mirrors.

On Fri, 25 Jun 2004 15:54:19 -0400, Brill Pappin <br...@stabilia.com> wrote:
> 
> Getting an error with the specified auto-install method:
> 
> maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin
> -Dversion=1.3
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3
> 
> build:start:
> 
> plugin:download-artifact:
>     [echo] repo is 'http://www.ibiblio.org/maven'
>     [echo] trying to download
> http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar
> 
> BUILD FAILED
> File...... /home/brill/.maven/plugins/maven-plugin-plugin-1.3/plugin.jelly
> Element... ant:fail
> Line...... 230
> Column.... 52
> Unable to find plug-in
> Total time: 3 seconds
> Finished at: Fri Jun 25 15:52:58 EDT 2004
> 
> - Brill Pappin
> 
> 
> 
> Brett Porter wrote:
> 
> >The maven team is pleased to announce the Maven Artifact Plugin 1.3 release!
> >
> >http://maven.apache.org/reference/plugins/artifact/
> >
> >Please note: you must remove the deploy plugin if you install this plugin.
> >
> >Changes in this version include:
> >
> >  New Features:
> >
> >o Allow non-passive FTP Issue: MPARTIFACT-8. Thanks to Matt Smith.
> >o Fix copy-deps when list is empty Issue: MPARTIFACT-20.
> >o Accept empty passphrase to ssh based deployers
> >o Default to maven.username if repository username not given
> >o Add typeHandler parameter to tags to specify a custom handler
> >o Switch between modern and legacy mode based on properties defined
> >o Absorb the deploy plugin to give one point of migration
> >
> >  Fixed bugs:
> >
> >o Build and run against the installed version of Maven
> >o Replace Apache Jakarta Maven by Apache Maven in Manifest Issue: MPJAR-29.
> >  Thanks to Martin van den Bemt.
> >
> >To automatically install the plugin, type the following on a single line:
> >
> >maven plugin:download
> >  -DgroupId=maven
> >  -DartifactId=maven-artifact-plugin
> >  -Dversion=1.3
> >
> >For a manual installation, you can download the plugin here:
> >http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar
> >
> >
> >Have fun!
> >-The maven team
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> 
> 
> --
> "Any sufficiently advanced magic is indistinguishable from technology."
>                                                   - Arthur C Anticlarke
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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


Re: Maven Artifact/Deploy plugin 1.3 Released

Posted by Brill Pappin <br...@stabilia.com>.
Getting an error with the specified auto-install method:

maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin 
-Dversion=1.3
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3

build:start:

plugin:download-artifact:
    [echo] repo is 'http://www.ibiblio.org/maven'
    [echo] trying to download 
http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar

BUILD FAILED
File...... /home/brill/.maven/plugins/maven-plugin-plugin-1.3/plugin.jelly
Element... ant:fail
Line...... 230
Column.... 52
Unable to find plug-in
Total time: 3 seconds
Finished at: Fri Jun 25 15:52:58 EDT 2004

- Brill Pappin

Brett Porter wrote:

>The maven team is pleased to announce the Maven Artifact Plugin 1.3 release! 
>
>http://maven.apache.org/reference/plugins/artifact/
>
>Please note: you must remove the deploy plugin if you install this plugin.
>
>Changes in this version include:
>
>  New Features:
>
>o Allow non-passive FTP Issue: MPARTIFACT-8. Thanks to Matt Smith. 
>o Fix copy-deps when list is empty Issue: MPARTIFACT-20. 
>o Accept empty passphrase to ssh based deployers 
>o Default to maven.username if repository username not given 
>o Add typeHandler parameter to tags to specify a custom handler 
>o Switch between modern and legacy mode based on properties defined 
>o Absorb the deploy plugin to give one point of migration 
>
>  Fixed bugs:
>
>o Build and run against the installed version of Maven 
>o Replace Apache Jakarta Maven by Apache Maven in Manifest Issue: MPJAR-29. 
>  Thanks to Martin van den Bemt.  
>
>To automatically install the plugin, type the following on a single line:
>
>maven plugin:download 
>  -DgroupId=maven 
>  -DartifactId=maven-artifact-plugin
>  -Dversion=1.3
>
>For a manual installation, you can download the plugin here:
>http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar
>         
>
>Have fun!
>-The maven team
>      
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>


-- 
"Any sufficiently advanced magic is indistinguishable from technology."
                                                  - Arthur C Anticlarke


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


RE: Maven Artifact/Deploy plugin 1.3 Released

Posted by "J. Matthew Pryor" <jm...@yahoo.com>.
I seems to have mucked something up, I get the following:

C:\proj>maven plugin:download   -DgroupId=maven
-DartifactId=maven-artifact-plugin   -Dversion=1.3
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3

Plugin cache will be regenerated
File...... C:\dev\maven\plugins\maven-artifact-plugin-1.3\plugin.jelly
Element... define:jellybean
Line...... 38
Column.... 67
org/apache/maven/repository/ArtifactTypeHandler

You have encountered an unknown error running Maven. Please help us to
correct
this problem by following these simple steps:
- read the Maven FAQ at http://maven.apache.org/faq.html
- run the same command again with the '-e' parameter, eg maven -e jar
- search the maven-user archives for the error at
http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache
.org
- post the output of maven -e to JIRA at
http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign up
first)
- run 'maven --info' and post the output as the environment to the bug above


Total time: 5 seconds
Finished at: Sat Jun 26 09:48:08 EST 2004

I believe I removed the deploy plugin prior to installing this plugin, but
obviously something is amiss

I am on maven 1.0 rc3, jdk 1.4.2, winXP

Thanks,
Matthew

 

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Saturday, June 26, 2004 5:01 AM
> To: Maven Users List
> Cc: Maven Developers List
> Subject: Maven Artifact/Deploy plugin 1.3 Released
> 
> The maven team is pleased to announce the Maven Artifact 
> Plugin 1.3 release! 
> 
> http://maven.apache.org/reference/plugins/artifact/
> 
> Please note: you must remove the deploy plugin if you install 
> this plugin.
> 
> Changes in this version include:
> 
>   New Features:
> 
> o Allow non-passive FTP Issue: MPARTIFACT-8. Thanks to Matt Smith. 
> o Fix copy-deps when list is empty Issue: MPARTIFACT-20. 
> o Accept empty passphrase to ssh based deployers o Default to 
> maven.username if repository username not given o Add 
> typeHandler parameter to tags to specify a custom handler o 
> Switch between modern and legacy mode based on properties 
> defined o Absorb the deploy plugin to give one point of migration 
> 
>   Fixed bugs:
> 
> o Build and run against the installed version of Maven o 
> Replace Apache Jakarta Maven by Apache Maven in Manifest 
> Issue: MPJAR-29. 
>   Thanks to Martin van den Bemt.  
> 
> To automatically install the plugin, type the following on a 
> single line:
> 
> maven plugin:download
>   -DgroupId=maven
>   -DartifactId=maven-artifact-plugin
>   -Dversion=1.3
> 
> For a manual installation, you can download the plugin here:
> http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plug
in-1.3.jar
>          
> 
> Have fun!
> -The maven team
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


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


RE: Maven Artifact/Deploy plugin 1.3 Released

Posted by "J. Matthew Pryor" <jm...@yahoo.com>.
I seems to have mucked something up, I get the following:

C:\proj>maven plugin:download   -DgroupId=maven
-DartifactId=maven-artifact-plugin   -Dversion=1.3
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3

Plugin cache will be regenerated
File...... C:\dev\maven\plugins\maven-artifact-plugin-1.3\plugin.jelly
Element... define:jellybean
Line...... 38
Column.... 67
org/apache/maven/repository/ArtifactTypeHandler

You have encountered an unknown error running Maven. Please help us to
correct
this problem by following these simple steps:
- read the Maven FAQ at http://maven.apache.org/faq.html
- run the same command again with the '-e' parameter, eg maven -e jar
- search the maven-user archives for the error at
http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache
.org
- post the output of maven -e to JIRA at
http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign up
first)
- run 'maven --info' and post the output as the environment to the bug above


Total time: 5 seconds
Finished at: Sat Jun 26 09:48:08 EST 2004

I believe I removed the deploy plugin prior to installing this plugin, but
obviously something is amiss

I am on maven 1.0 rc3, jdk 1.4.2, winXP

Thanks,
Matthew

 

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Saturday, June 26, 2004 5:01 AM
> To: Maven Users List
> Cc: Maven Developers List
> Subject: Maven Artifact/Deploy plugin 1.3 Released
> 
> The maven team is pleased to announce the Maven Artifact 
> Plugin 1.3 release! 
> 
> http://maven.apache.org/reference/plugins/artifact/
> 
> Please note: you must remove the deploy plugin if you install 
> this plugin.
> 
> Changes in this version include:
> 
>   New Features:
> 
> o Allow non-passive FTP Issue: MPARTIFACT-8. Thanks to Matt Smith. 
> o Fix copy-deps when list is empty Issue: MPARTIFACT-20. 
> o Accept empty passphrase to ssh based deployers o Default to 
> maven.username if repository username not given o Add 
> typeHandler parameter to tags to specify a custom handler o 
> Switch between modern and legacy mode based on properties 
> defined o Absorb the deploy plugin to give one point of migration 
> 
>   Fixed bugs:
> 
> o Build and run against the installed version of Maven o 
> Replace Apache Jakarta Maven by Apache Maven in Manifest 
> Issue: MPJAR-29. 
>   Thanks to Martin van den Bemt.  
> 
> To automatically install the plugin, type the following on a 
> single line:
> 
> maven plugin:download
>   -DgroupId=maven
>   -DartifactId=maven-artifact-plugin
>   -Dversion=1.3
> 
> For a manual installation, you can download the plugin here:
> http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plug
in-1.3.jar
>          
> 
> Have fun!
> -The maven team
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


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


Maven 2 - development whereabouts

Posted by Alex Shneyderman <al...@law.columbia.edu>.

I wanted to take a pick at Maven 2 source. 
How do I find it in CVS? 
Is it in HEAD or somewhere else?

Thanks,
Alex.



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