[CALL FOR TEST] Apache Maven 3.0.4-RC4 staged

2011-12-23 Thread Olivier Lamy
Hello,

Apache Maven 3.0.4-RC4 has been staged for testing purpose.
This is a preview (and not an official supported version) of the
coming 3.0.4 official release.

The repository is available here:
https://repository.apache.org/content/repositories/maven-384/

For convenience, binaries have been copied here:
http://people.apache.org/~olamy/maven/3.0.4-RC4/

As we are on holidays time for some, this test phase will be longer
(until 6 Jan 2011: http://s.apache.org/REVIEW-END-XMAS-MVN-3.0.4-RC4 )

Changes are available here:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=17215styleName=TextprojectId=10500Create=Create


Feel free to report any regressions in http://jira.codehaus.org/browse/MNG

Have Fun and nice xmas!

-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



ModuleSet - How to get ZIP binary from the repository?

2011-12-23 Thread Sharon H

Hello,

When using ModuleSet - binaries 
Is there a way to get the artifact zip (instead of JAR) from the maven 
repository?
The zip is deployed to the repository (Archiva) assembly
 formats
  formatdir/format
 /formats
 moduleSets
  moduleSet
   includes
include*:artifactId/include
   /includes
   binaries
unpackfalse/unpack
outputDirectoryinstallation_files\module/outputDirectory
   /binariesThanks,
Sharon

  

Re: Maven in 5 minutes doesn't work

2011-12-23 Thread poornima
hi, 
 i am new to maven and i did the following steps ...
 1. installed java
 2. installed maven.
 3.changed the local repository path and proxies in the settings.xml file
 when i run the command :D:\tutorialsmvn archetype:create
-DgroupId=com.mytutorial -DartifactId=simple i am getting the following
output in cmd prompt.
 No plugin found for the prefix archetype in the current project and in
the plugin group..
 what would be the problem. cna anyone please guide me?
 i would also like to know what changes should i do in the settings.xml file

--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-in-5-minutes-doesn-t-work-tp510820p5096485.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven in 5 minutes doesn't work

2011-12-23 Thread Wayne Fay
  1. installed java
What version?

  2. installed maven.
What version?

  3.changed the local repository path and proxies in the settings.xml file
Why did you change the local repo path?
Check to make sure that your proxy is uncommented. By default, the
proxy block is commented out (disabled).

  when i run the command :D:\tutorialsmvn archetype:create
Why are you using archetype:create when the Maven in 5 minutes
webpage says to use archetype:generate?

http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

Wayne

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



Is there a way to specify the local repo in command line for Maven 3.0.3?

2011-12-23 Thread Forrest Xia
I used to use -Dmaven.repo.local option, but seems it does not work for
maven 3.0.3, is it still supported or replaced by something else?
Appreciate any help!

-- 
Thanks!

Regards, Forrest


Re: Is there a way to specify the local repo in command line for Maven 3.0.3?

2011-12-23 Thread Karl Heinz Marbaise

Hi,

I used to use -Dmaven.repo.local option, but seems it does not work for
maven 3.0.3, is it still supported or replaced by something else?
Appreciate any help!

What exactly does not work ? Error messages ?

This is the option or better the property to define a different local 
repository instead the default $HOME/.m2/repository ...


Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

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



Re: Is there a way to specify the local repo in command line for Maven 3.0.3?

2011-12-23 Thread Anders Hammar
It works for me with Maven 3.0.3.

/Anders

On Fri, Dec 23, 2011 at 17:11, Karl Heinz Marbaise khmarba...@gmx.de wrote:
 Hi,

 I used to use -Dmaven.repo.local option, but seems it does not work for
 maven 3.0.3, is it still supported or replaced by something else?
 Appreciate any help!

 What exactly does not work ? Error messages ?

 This is the option or better the property to define a different local
 repository instead the default $HOME/.m2/repository ...

 Kind regards
 Karl Heinz Marbaise
 --
 SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
 Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
 Hauptstrasse 177                         USt.IdNr: DE191347579
 52146 Würselen                           http://www.soebes.de

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


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



Re: ModuleSet - How to get ZIP binary from the repository?

2011-12-23 Thread Wayne Fay
 Is there a way to get the artifact zip (instead of JAR) from the maven
 repository?
 The zip is deployed to the repository (Archiva)

A jar is basically a zip with some extra metadata in it. Can you not
adjust your process to use jars?

Wayne

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



Re: Re: ModuleSet - How to get ZIP binary from the repository?

2011-12-23 Thread pino . silvaggio

I've got a plugin that i've proposed

http://jira.codehaus.org/browse/MNG-1683

I should make it available through maven central.

Supports zip, tar, tar.bz2, tar.gz ...

We use it for resources and other stuff... very useful...

On , Wayne Fay wayne...@gmail.com wrote:

 Is there a way to get the artifact zip (instead of JAR) from the maven



 repository?



 The zip is deployed to the repository (Archiva)





A jar is basically a zip with some extra metadata in it. Can you not



adjust your process to use jars?





Wayne





-



To unsubscribe, e-mail: users-unsubscr...@maven.apache.org



For additional commands, e-mail: users-h...@maven.apache.org







Maven use case

2011-12-23 Thread Michael Oliver
Hi,

I have been using Maven for some time, particularly with Spring Web
Applications with AspectJ.  Frankly I know some developers, even some of
mine still prefer Ant, but that's another story.

I am writing because I want to explore another use case for Maven.

I want to actually deploy Maven with its own local repository with Web
Applications that are running as Software as a Service.  The concept is
pretty simple, deploy a web application let's call it MySaaS, then when
an upgrade happens the administrator logs into MySaaS/admin and uploads a
new pom.xml and executes a mvn install, where maven compiles, tests and
deploys the upgrade with absolute minimum down time for the application.
 Has anyone done anything like this?  Is this a good idea?  Am I crazy?

Michael Oliver
CTO, Corent Technology Inc.
http://www.corenttechnology.com
Mobile: +63-917-557-0990 *New!
Office: +1(951) 260-0793
Home: +1(951) 263-6601
Skype: MikeOliverAZ
Choice vs. Force

http://www.facebook.com/MikeOliverAZhttp://twitter.com/#%21/MikeOliverAZhttp://www.linkedin.com/pub/mike-oliver/0/1b9/197

See my Cloudbook
profile.http://cloudbook.net/community/contributors/michael-oliver

This email is intended only for the person to whom is addressed an/or
otherwise authorized personnel. The information contained herein or
referenced is confidential and the property of Corent Technology. If you
are not the intended recipient, please be advised that viewing this message
and any attachments, as well as copying, forwarding, printing, and
disseminating any information related to this email is prohibited, and that
you should not take any action based on the content of this email and/or
its attachments. If you received this message in error, please contact the
sender and destroy all copies of this email and any attachment. Please note
that the views and opinions expressed herein are solely those of the author
and do not necessarily reflect those of the company. No warranties or
assurances are made in relation to the safety and content of this email and
attachments. Corent Technology accepts no liability for any damage caused
by any virus transmitted by or contained in this email and attachments. No
liability is accepted for any consequence arising from this email.


[doxia] sink.unknown and sink.figureGraphics

2011-12-23 Thread qualitesys59
Looking for a working example of sink.unkown and sink.figureGraphics
fonctions.
I have a lot of pb with the sinkFactory.createSink initialisation process
and org.codehaus.plexus.PlexusContainer jar download from Maven Central.
Can you help with good tips, docs, tutorials ?

Thanks

--
View this message in context: 
http://maven.40175.n5.nabble.com/doxia-sink-unknown-and-sink-figureGraphics-tp5098225p5098225.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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