Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-07 Thread Alexander Kriegisch
help you if you just do not listen? Again: There is a *single* project/module using a plugin. And I, as a plugin author am asking literally here, quoting the very subject of the thread: "Can a *plugin* permit a dependency override by the user setting a simple option?" No parent/c

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-07 Thread Jörg Schaible
On Wednesday, 7. February 2024, 01:00:50 CET Alexander Kriegisch wrote: > 3rd party parent? Are you maybe mixing up my questions about different > topics? There is not parent POM involved here, it is about a plugin and an > application using it. You talk about "override by the user&

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-06 Thread Alexander Kriegisch
3rd party parent? Are you maybe mixing up my questions about different topics? There is not parent POM involved here, it is about a plugin and an application using it. Very simple and straightforward. I even gave an example of what does not work for me but you say should. So does it? If you do

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-06 Thread Jörg Schaible
Hi Alexander, On Tuesday, 6. February 2024, 02:39:09 CET Alexander Kriegisch wrote: > Jörg, > > I asked for a working example and not theory for a reason: The plugin > POM already uses properties, and it simply does not work to override > them. Since you seem to use a 3rd party parent, is it

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-05 Thread Alexander Kriegisch
Jörg, I asked for a working example and not theory for a reason: The plugin POM already uses properties, and it simply does not work to override them. Example: 1 ... org.acme foo ${foo.version} Now, the project using the plugin does this: 2 org.acme my-plugin 3

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-05 Thread Jörg Schaible
Hello Alexander, On Sunday, 4. February 2024, 04:20:22 CET Alexander Kriegisch write: > Hi Jörg. > > Thanks for the reply. Can you please elaborate with examples? Option 1 > is what I need, but that does not work. Or maybe we have a > misunderstanding about the term "property". Are we talking

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-03 Thread Alexander Kriegisch
Kriegisch https://scrum-master.de Jörg Schaible schrieb am 03.02.2024 17:59 (GMT +07:00): > There are several approaches, depending on the use case: > > 1/ It is always the same dependency, the user just wants to use different > versions. Solution: Use a property for the

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-03 Thread Alexander Kriegisch
t;> >> On Saturday, 3. February 2024, 06:03:27 CET Alexander Kriegisch wrote: >> > Many plugins, e.g. compiler plugins, depend on other libraries, in this >> > case compilers. This is true for plugins such as Plexus Compiler, >> > AspectJ Maven, GMaven+

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-03 Thread Lasse Lindqvist
turday, 3. February 2024, 06:03:27 CET Alexander Kriegisch wrote: > > Many plugins, e.g. compiler plugins, depend on other libraries, in this > > case compilers. This is true for plugins such as Plexus Compiler, > > AspectJ Maven, GMaven+. Usually, what a user needs to do to overri

Re: Can a plugin permit a dependency override by the user setting a simple option?

2024-02-03 Thread Jörg Schaible
Hi Alexander, On Saturday, 3. February 2024, 06:03:27 CET Alexander Kriegisch wrote: > Many plugins, e.g. compiler plugins, depend on other libraries, in this > case compilers. This is true for plugins such as Plexus Compiler, > AspectJ Maven, GMaven+. Usually, what a user needs to do to

Can a plugin permit a dependency override by the user setting a simple option?

2024-02-02 Thread Alexander Kriegisch
Many plugins, e.g. compiler plugins, depend on other libraries, in this case compilers. This is true for plugins such as Plexus Compiler, AspectJ Maven, GMaven+. Usually, what a user needs to do to override the default provided by the plugin (which is almost never exactly the version the user

Re: Profile pitfall or user error?

2021-08-01 Thread Gary Gregory
I found a workaround by declaring the toolsJar property in the project properties instead of the profile itself. I suppose I was looking for "local" profile properties which obviously is not a thing in Maven ;-) Gary On Sun, Aug 1, 2021 at 1:35 PM Gary Gregory wrote: > Hi All: > > I want to

Profile pitfall or user error?

2021-08-01 Thread Gary Gregory
Hi All: I want to use a property in a profile in a Java 8 Maven 3.8.1 project, but it does not work within a file activation element. In the example below this file activation works: ${java.home}/../lib/tools.jar but this one does not: ${toolsJar} The profile: jdk9

Re: How to specify the character set / encoding for user credentials in basic authentication

2021-05-05 Thread Frank Schwab
Hi, Julian, > "the standard encoding for Java is UTF-8 in Basic Authentication" - says who? > > I'd really like to know, because I plan to revise the RFC in the > not-so-distant future. I did a lot of tracing and source code reading and always found the String.getBytes("UTF-8") method call

Re: How to specify the character set / encoding for user credentials in basic authentication

2021-05-05 Thread Julian Reschke
Am 05.05.2021 um 16:10 schrieb Frank Schwab: Hi, Julian, sorry for not being precise. RfC 7617 says that the encoding is unspecified. I know. What I meant is that UTF-8 is (sort of) standard for the repo servers. They are mostly written in Java and the standard encoding for Java

AW: How to specify the character set / encoding for user credentials in basic authentication

2021-05-05 Thread Frank Schwab
; >some repo >Some repository >https://our.url.com/artifactory/list/some-repo/ > > > > > When I run a mvn deploy:deploy-file command this works fine, except when the > user testuser has a password that contains non-ASCII characte

Re: How to specify the character set / encoding for user credentials in basic authentication

2021-05-05 Thread Julian Reschke
deploy:deploy-file command this works fine, except when the user testuser has a password that contains non-ASCII characters. In that case the non-ASCII characters in the password are replaced by the maven client with question marks when maven authenticates to the repo server. I searched the internet up

How to specify the character set / encoding for user credentials in basic authentication

2021-05-05 Thread Frank Schwab
this some-repo testuser {U8jAeLVPH88HRYGnDpbAmAXPtUPSqbrtxxuZoR513V4=} some-repo some repo Some repository https://our.url.com/artifactory/list/some-repo/ When I run a mvn deploy:deploy-file command this works fine, except when the user

Re: maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-10-01 Thread Hervé BOUTEMY
I'm working on that, to do (binary) Reproducible Builds with Maven: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318 There is a plexus-archiver GitHub issue https://github.com/codehaus-plexus/plexus-archiver/pull/124 Currently, on maven-assembly-plugin, this API will be

Re: maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-09-28 Thread Karl Heinz Marbaise
Hi, On 28.09.19 19:49, Václav Haisman wrote: Hi. I have noticed that Plexus Archiver 4.2.0 in SNAPSHOT version has grown methods like `org.codehaus.plexus.archiver.Archiver#setOverrideUid`. It seems that after it is released it should be possible implement Maven Assembly Plugin extension that

maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-09-28 Thread Václav Haisman
Hi. I have noticed that Plexus Archiver 4.2.0 in SNAPSHOT version has grown methods like `org.codehaus.plexus.archiver.Archiver#setOverrideUid`. It seems that after it is released it should be possible implement Maven Assembly Plugin extension that would allow to use these methods to set, e.g.,

Re: setup a (end user) website for maven project

2015-05-28 Thread Manfred Moser
The Maven site plugin can use any content written in e.g. asciidoc, markdown and so on to create a site and you can use a skin to change the look and feel. Maven itself and most plugins do that. If that is not what you are looking for you could e.g. use the Maven site plugin for the docs and

setup a (end user) website for maven project

2015-05-25 Thread Johannes Ernst
What’s a simple way to set up a website for a couple of related maven projects that has documentation, examples, howtos, and the like? I don’t want to publish the gory details of the build there, but something “pretty” and informative for the end users of the libraries. I’m thinking of putting

Providing settings to Aether from global and user file

2014-08-28 Thread WonderCsabo
: http://maven.40175.n5.nabble.com/Providing-settings-to-Aether-from-global-and-user-file-tp5803227.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: AW: site-deploy using wagon-ssh: User input needed

2014-08-14 Thread Georgy Lago
with a 32-bit Java and it is expecting to find the .ssh/ folder under the SysWOW64 system profile path. Regards, Georgy -- View this message in context: http://maven.40175.n5.nabble.com/site-deploy-using-wagon-ssh-User-input-needed-tp5795624p5802252.html Sent from the Maven - Users mailing list

AW: AW: site-deploy using wagon-ssh: User input needed

2014-08-14 Thread Hohl, Gerrit
: Georgy Lago [mailto:georgyl...@hotmail.com] Gesendet: Donnerstag, 14. August 2014 06:51 An: users@maven.apache.org Betreff: Re: AW: site-deploy using wagon-ssh: User input needed Hi Gerrit, This is an old topic, and you may have solved it some way or another by now. But just as I struggled

AW: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Hohl, Gerrit
, Gerrit [mailto:g.h...@aurenz.de] Gesendet: Donnerstag, 12. Juni 2014 17:40 An: Maven Users List Betreff: AW: site-deploy using wagon-ssh: User input needed Hello everyone, :) okay, I tried a different approach: Instead of that configuration section in the settings.xml I copied my local

Re: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Curtis Rueden
-ssh: User input needed Hello everyone, :) okay, I tried a different approach: Instead of that configuration section in the settings.xml I copied my local know_hosts file from C:\Users\[MY_USER]\.ssh\known_hosts to the server: C:\Windows\system32\config\.ssh\known_hosts I

AW: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Hohl, Gerrit
using wagon-ssh: User input needed Hi Gerrit, I see in the Jenkins Build log that wagon-ssh keeps asking if it should trust the connection by showing the SSH RSA fingerprint. Maybe your Jenkins's %USER_HOME% is simply not set as you expect? Apparently [2], Jenkins on Windows defaults to C

Re: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Stephen Connolly
That's the Jenkins home directory not the user home direcory of the user account that jenkins is running as On 24 June 2014 15:18, Hohl, Gerrit g.h...@aurenz.de wrote: Hello Curtis, thanks for your reply. The Jenkins configuration says that C:\.jenkins is the home directory. So I created

AW: site-deploy using wagon-ssh: User input needed

2014-06-24 Thread Hohl, Gerrit
: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Gesendet: Dienstag, 24. Juni 2014 16:39 An: Maven Users List Betreff: Re: site-deploy using wagon-ssh: User input needed That's the Jenkins home directory not the user home direcory of the user account that jenkins is running as On 24

site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
is [RSA Fingerprint]. Are you sure you want to continue connecting? (yes/no): But if I run this on Jenkins I don't have the possibility to enter something. So I need a solution where I don't need an user input. I came across the solution in the Internet: settings servers

AW: site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
Hello everyone, :) okay, I tried a different approach: Instead of that configuration section in the settings.xml I copied my local know_hosts file from C:\Users\[MY_USER]\.ssh\known_hosts to the server: C:\Windows\system32\config\.ssh\known_hosts I read in the Internet that this

site-deploy using wagon-ssh: User input needed

2014-06-12 Thread Hohl, Gerrit
is [RSA Fingerprint]. Are you sure you want to continue connecting? (yes/no): But if I run this on Jenkins I don't have the possibility to enter something. So I need a solution where I don't need an user input. I came across the solution in the Internet: settings servers

RE: [nexus-user] Why are alternate repositories so hard to configure

2014-04-15 Thread Frank Mueller
added the repository to the public group?` Best regards Frank From: Eric Kolotyluk [mailto:eric.koloty...@gmail.com] Sent: Tuesday, April 15, 2014 5:15 AM To: maven users; nexus-u...@sonatype.org Subject: [nexus-user] Why are alternate repositories so hard to configure I have the following

Re: [nexus-user] Why are alternate repositories so hard to configure

2014-04-15 Thread Eric Kolotyluk
Thanks Frank, I added what you suggested to my settings.xml, but the problem turned out to be that I forgot to add sonatype-oss to the public group. I have been caught by that problem in the past, as I recall, and a better UI would ask you if you wanted to add a newly created remote repo to

Re: [nexus-user] Why are alternate repositories so hard to configure

2014-04-15 Thread Eric Kolotyluk
. A better Nexus GUI would ask the user if they wanted to add a newly created remote repo to the public group. I have been caught by this problem more than once, and the diagnostics around the problem are not very good. /* */ Cheers, Eric

Re: [nexus-user] Why are alternate repositories so hard to configure

2014-04-15 Thread Peter Lynch
Hello, On Tue, Apr 15, 2014 at 12:14 AM, Eric Kolotyluk eric.koloty...@gmail.comwrote: I have the following repositories repository idsonatype/id nameSonatype Maven OSS Repository/name releases enabledtrue/enabled

USER LIBRARIES

2014-04-04 Thread dbaylon
Hello, Is there a chance that instead of managing the dependencies, I will just add the USER LIBRARY I have created on Eclipse? Best Regards, Dan -- View this message in context: http://maven.40175.n5.nabble.com/USER-LIBRARIES-tp5790481.html Sent from the Maven - Users mailing list archive

RE: USER LIBRARIES

2014-04-04 Thread Martin Gainty
facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Fri, 4 Apr 2014 03:58:24 -0700 From: baylon.dan...@hotmail.com To: users@maven.apache.org Subject: USER LIBRARIES Hello, Is there a chance that instead of managing

Re: USER LIBRARIES

2014-04-04 Thread Wayne Fay
Is there a chance that instead of managing the dependencies, I will just add the USER LIBRARY I have created on Eclipse? I don't really understand the question. Provide more context and details in what you are doing vs what you expect. Also be clear if you are using M2E or command-line Maven

Re: [scala-ide-user] Can't Find Scala Archetype

2014-02-12 Thread David Bernard
suggest anything that might be wrong and how to fix it? Cheers, Eric -- You received this message because you are subscribed to the Google Groups Scala IDE User group. To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-user+unsubscr

Maven user-defined properties inside plugin configuration.

2014-01-23 Thread Todd Chapman
Hi, I'm using Maven properties inside a .properties file: $ cat test/Platform.properties client.identifier=${test.client.identifier} client.environment.code=${test.client.environment} admin.environment.code=${test.admin.environment} admin.environment.xml=${test.admin.environment.xml} I'm

Re: Setting user property via cmd using group-id artifact-id

2013-12-17 Thread Matej Lazar
want On 16 December 2013 20:30, Anders Hammar and...@hammar.net wrote: No. /Anders (mobile) Den 16 dec 2013 18:38 skrev Matej Lazar matejon...@gmail.com: Hi, Is there a way to set user property via command line for a specific module. I would like to use something like: mvn clean

Re: Setting user property via cmd using group-id artifact-id

2013-12-17 Thread Stephen Connolly
December 2013 20:30, Anders Hammar and...@hammar.net wrote: No. /Anders (mobile) Den 16 dec 2013 18:38 skrev Matej Lazar matejon...@gmail.com: Hi, Is there a way to set user property via command line for a specific module. I would like to use something like: mvn clean instrall

Re: Setting user property via cmd using group-id artifact-id

2013-12-17 Thread Cemo
On 17 December 2013 11:45, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Nope no feature request. It would be rejected. Actually It would be nice to have a configuration like this: profile iddisable-test/id activation property

Re: Setting user property via cmd using group-id artifact-id

2013-12-17 Thread Jörg Schaible
Cemo wrote: On 17 December 2013 11:45, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Nope no feature request. It would be rejected. Actually It would be nice to have a configuration like this: profile iddisable-test/id activation

Setting user property via cmd using group-id artifact-id

2013-12-16 Thread Matej Lazar
Hi, Is there a way to set user property via command line for a specific module. I would like to use something like: mvn clean instrall -Dgroup-id.artifact-id.maven.test.skip=true Thanks, Matej. - To unsubscribe, e-mail: users

Re: Setting user property via cmd using group-id artifact-id

2013-12-16 Thread Anders Hammar
No. /Anders (mobile) Den 16 dec 2013 18:38 skrev Matej Lazar matejon...@gmail.com: Hi, Is there a way to set user property via command line for a specific module. I would like to use something like: mvn clean instrall -Dgroup-id.artifact-id.maven.test.skip=true Thanks, Matej

Re: Setting user property via cmd using group-id artifact-id

2013-12-16 Thread Stephen Connolly
and...@hammar.net wrote: No. /Anders (mobile) Den 16 dec 2013 18:38 skrev Matej Lazar matejon...@gmail.com: Hi, Is there a way to set user property via command line for a specific module. I would like to use something like: mvn clean instrall -Dgroup-id.artifact-id.maven.test.skip

Re: [nexus-user] Re: Parent Pom does not work with Nexus

2013-09-30 Thread Ron Wheeler
. - To unsubscribe, e-mail: nexus-user-unsubscr...@sonatype.org For additional commands, e-mail: nexus-user-h...@sonatype.org -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

avoiding to write into user home

2013-05-13 Thread Radim Kolar
i got this report http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178529 user complaining about maven writing to home directory during compile. Is there any command line argument to prevent this (to turn off caching

Re: avoiding to write into user home

2013-05-13 Thread Stephen Connolly
, and is definitely not designed to be shared by multiple users as it can and does get used to store a user's temporary build artifacts if they do mvn install Our recommendation is that each user has their own cache, and if there is a strong likelyhood of a user running multiple concurrent builds of the same

Re: avoiding to write into user home

2013-05-13 Thread Ben Caradoc-Davies
will be written to the user home directory. Kind regards, Ben. On 13/05/13 16:12, Stephen Connolly wrote: The local repository cache is by default stored in ~/.m2/repository In the users or global settings this default can be changed to some other location. (SeelocalRepository in http

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-26 Thread Robert Scholte
This explain it: http://jira.codehaus.org/browse/MPLUGIN-225 Robert Op Mon, 25 Feb 2013 00:45:34 +0100 schreef Dan Tran dant...@gmail.com: I think MojoDecriptor can get me PluginDescriptor. but dont think ${mojo} would give me MojoDescriptor. Null is what I get. -D On Sun, Feb 24, 2013 at

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-26 Thread Dan Tran
Thanks, with this new info, I got it working now -D On Tue, Feb 26, 2013 at 10:07 AM, Robert Scholte rfscho...@apache.org wrote: This explain it: http://jira.codehaus.org/browse/MPLUGIN-225 Robert Op Mon, 25 Feb 2013 00:45:34 +0100 schreef Dan Tran dant...@gmail.com: I think

How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Dan Tran
Hello, I am trying to fix https://jira.codehaus.org/browse/MOJO-1534 need advice to how achieve the solution mentioned in to topic. Very much appreciated. Thanks -D - To unsubscribe, e-mail:

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Robert Scholte
Hi Dan, ${plugin} will return the ProjectDescriptor[1] From here you can get the artifacts or artifactsMap and maybe you could filter on runtime-scoped artifacts. That will probably be good enough most of the time, but it not really reliable (you're not sure if you get only the required

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Dan Tran
Thanks Robert, this gives me a good start -D On Sun, Feb 24, 2013 at 2:46 AM, Robert Scholte rfscho...@apache.org wrote: Hi Dan, ${plugin} will return the ProjectDescriptor[1] From here you can get the artifacts or artifactsMap and maybe you could filter on runtime-scoped artifacts. That

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Dan Tran
Strange thing happens, under maven2 the contents of ${plugin} is empty, ( ie plugin.getArtifacts() = null ), does it has something to do with me upgrade to latest mojo-parent? Thanks -D On Sun, Feb 24, 2013 at 10:30 AM, Dan Tran dant...@gmail.com wrote: Thanks Robert, this gives me a good

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Robert Scholte
http://maven.apache.org/plugin-tools/maven-plugin-tools-annotations/index.html I wasn't aware that this is a M3 only feature, but through ${mojo} you should be able to find the PluginDescriptor too Robert Op Sun, 24 Feb 2013 21:35:09 +0100 schreef Dan Tran dant...@gmail.com: Strange thing

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Dan Tran
what is the class for ${mojo}? the closest I can get from within my mojo is this.getPluginContext(), but this does not lead me to PluginDecriptor Thanks -D On Sun, Feb 24, 2013 at 1:03 PM, Robert Scholte rfscho...@apache.org wrote:

Re: How to retrieve list of dependencies user added in the plugin's dependencies configuration

2013-02-24 Thread Dan Tran
I think MojoDecriptor can get me PluginDescriptor. but dont think ${mojo} would give me MojoDescriptor. Null is what I get. -D On Sun, Feb 24, 2013 at 2:25 PM, Dan Tran dant...@gmail.com wrote: what is the class for ${mojo}? the closest I can get from within my mojo is

Maven Ant Tasks : settingsFile doesn't work correctly in non-user directories?

2012-11-06 Thread Adam Mitchell
Hi all, I'm currently working on a project integrating a maven based dependency into our core application and am running into a bit of a problem. Despite maven itself (via IDEA maven plugin or command line mvn) being able to retrieve these successfully, when using the maven ant

Re: [mojo-user] [ANN] JSZip Maven Plugin 0.1-alpha-1 released

2012-06-02 Thread martin.eisengardt
Hi. I would like to help too. Especially with Extjs :) Greetings Martin

Re: [mojo-user] [ANN] JSZip Maven Plugin 0.1-alpha-1 released

2012-06-01 Thread Christopher Hunt
Hi Stephen, Not sure if you know, but the JS Import project (1) can already utilise zip files with a www classifier. The regular Assembly plugin can be used to make these packages. The following type of dependency declaration can then be made: dependency

Re: [mojo-user] [ANN] JSZip Maven Plugin 0.1-alpha-1 released

2012-06-01 Thread LeClaire Garvin
I think there is also some overlap with the web jar repository (https://github.com/webjars/webjars.github.com) project Regards, Garvin LeClaire garvin.lecla...@gmail.com On Jun 1, 2012, at 10:19 AM, Christopher Hunt wrote: Hi Stephen, Not sure if you know, but the JS Import project (1)

Re: [mojo-user] [ANN] JSZip Maven Plugin 0.1-alpha-1 released

2012-06-01 Thread Stephen Connolly
On 1 June 2012 15:19, Christopher Hunt hu...@internode.on.net wrote: Hi Stephen, Not sure if you know, but the JS Import project (1) can already utilise zip files with a www classifier. The regular Assembly plugin can be used to make these packages. The following type of dependency

Re: [jszip-dev] Re: [mojo-user] [ANN] JSZip Maven Plugin 0.1-alpha-1 released

2012-06-01 Thread Stephen Connolly
Yes, though jars don't work as well for packaging... let's drop the other mailing lists (left on BCC to let them know they are being dropped ;-) ) and move to just jszip-...@googlegroups.com On 1 June 2012 15:24, LeClaire Garvin garvin.lecla...@gmail.com wrote: I think there is also some overlap

Re: [mojo-user] [ANN] JSZip Maven Plugin 0.1-alpha-1 released

2012-06-01 Thread Christopher Hunt
On 02/06/2012, at 12:30 AM, Stephen Connolly wrote: Oh I know about that but it prevents the live editing that is possible by using the jszip packaging type. With the MJS setup, it is normal to edit the js files having previously invoked mvn jetty:run on the command line. In another terminal,

Re: [nexus-user] Checksum issue with webdav deploy

2011-12-07 Thread Richard Seddon
This is actually a maven wagon issue: http://jira.codehaus.org/browse/MNG-4301 Try using the extension specified in that issue, it seems to solve it for me: extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-webdav/artifactId

Maven settings: Need an explaination for Beginer MVN User.

2011-11-12 Thread H Paul
-for-Beginer-MVN-User-tp4981398p4981398.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 settings: Need an explaination for Beginer MVN User.

2011-11-11 Thread H Paul
1 possible solution got from Other: your_local_maven_repo\org\apache\maven\plugins\maven-war-plugin\2.1.1 and check for files called *.lastUpdated. delete that file. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-settings-Need-an-explaination-for-Beginer-MVN-User

Re: [nexus-user] What does this mean?

2011-08-04 Thread Ron Wheeler
On 04/08/2011 12:42 PM, Eric Kolotyluk wrote: Failure to find com.kodak.intersystem:Kodak-Intersystem:pom:0.0.1-SNAPSHOT This is pretty clear. It does not exist. Do you see it in your repo? Does a POM exist or is it supposed to be a JAR.

Re: [nexus-user] What does this mean?

2011-08-04 Thread Eric Kolotyluk
--**--**- To unsubscribe, e-mail: nexus-user-unsubscribe@**sonatype.orgnexus-user-unsubscr...@sonatype.org For additional commands, e-mail: nexus-user-h...@sonatype.org

maven-shade-plugin does not resolve from user-defined repositories

2011-06-16 Thread Lukas Fryc
Hi guys, I have problem when using maven-shade-plugin and Maven 3.0.3 (works perfectly with Maven 2.2.1), it doesn't consult repositories defined in settings.xml when trying to resolve parents of given pom. It contacts only central repo: [ERROR] Failed to execute goal

Re: archetype:generate as an authorized user?

2011-04-12 Thread Jesse Glick
On Sun, Apr 10, 2011 at 11:08 PM, Brinker, Don-NONEMP I was HOPING generate would match the archetypeCatalog URL to the URL of a repository in my settings, but no luck. On 04/11/2011 01:40 PM, Wendy Smoak wrote: It doesn't match by url, it matches by repository id. Is there a way to send a

archetype:generate as an authorized user?

2011-04-11 Thread Brinker, Don-NONEMP
get interesting: archetype:generate doesn't seem to pay any attention to my settings.xml. The server logs that it received an unauthenticated user request for the catalog. I was HOPING generate would match the archetypeCatalog URL to the URL of a repository in my settings, but no luck

Re: archetype:generate as an authorized user?

2011-04-11 Thread Wayne Fay
Now here's where things get interesting: archetype:generate doesn't seem to pay any attention to my settings.xml.  The server logs that it received an unauthenticated user request for the catalog.  I was HOPING generate would match the archetypeCatalog URL to the URL of a repository in my

Re: archetype:generate as an authorized user?

2011-04-11 Thread Justin Edelson
.  So far so good - we can query and deploy artifacts just fine. Now here's where things get interesting: archetype:generate doesn't seem to pay any attention to my settings.xml.  The server logs that it received an unauthenticated user request for the catalog.  I was HOPING generate would

Re: archetype:generate as an authorized user?

2011-04-11 Thread Wendy Smoak
good - we can query and deploy artifacts just fine. Now here's where things get interesting: archetype:generate doesn't seem to pay any attention to my settings.xml.  The server logs that it received an unauthenticated user request for the catalog.  I was HOPING generate would match

reading maven user settings xml in eclipse

2011-02-24 Thread Qian, Yi
Hello, list We are using archiva as our local maven repository and by following the instructions on archiva web site, I set up archiva authentication against our LDAP server. We installed IAM plugin to enable maven in eclipse. But, in order to let maven to use archiva, we have to include

Re: reading maven user settings xml in eclipse

2011-02-24 Thread Barrie Treloar
On Fri, Feb 25, 2011 at 6:56 AM, Qian, Yi yq...@ku.edu wrote: Hello, list We are using archiva as our local maven repository and by following the instructions on archiva web site, I set up archiva authentication against our LDAP server. We installed IAM plugin to enable maven in eclipse.

RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
-Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, December 07, 2010 11:54 PM To: Maven Users List Subject: Re: How to have release management incremental (or release) builds publish to Nexus, but not user

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Anders Hammar
- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, December 07, 2010 11:54 PM To: Maven Users List Subject: Re: How to have release management incremental (or release) builds publish to Nexus, but not user builds? I'm arguing as I

RE: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
, but not user builds? Right, and the answer is adding different permissions in your repo manager for your build server and your devs. Only the build server, and maybe some trusted devs, will be authz to deploy. I'll repeat the question I think you're trying to answer. Ok, so when the release team

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Wayne Fay
If I set up deployment credentials in Nexus (I believe it's already set up), how do I provide them in Maven? Googling for maven nexus deployment credentials gives me this link which is exactly what you are looking for... http://www.sonatype.com/books/nexus-book/reference/ch13s04.html Wayne

RE: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
-Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Wednesday, December 08, 2010 8:40 AM To: Maven Users List Subject: Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds? If I set up deployment credentials

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Nick Stolwijk
, KARR, DAVID (ATTSI) dk0...@att.com wrote: -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Wednesday, December 08, 2010 8:40 AM To: Maven Users List Subject: Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Nick Stolwijk
management incremental (or release) builds publish to Nexus, but not user builds? If I set up deployment credentials in Nexus (I believe it's already set up), how do I provide them in Maven? Googling for maven nexus deployment credentials gives me this link which is exactly what you

RE: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
-Original Message- From: Nick Stolwijk [mailto:nick.stolw...@gmail.com] Sent: Wednesday, December 08, 2010 8:51 AM To: Maven Users List Subject: Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds? Also, I see you are trying

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Anders Hammar
, but not user builds? I'm arguing as I think you're sending the questioner off into the wilderness by suggesting something you call common practice, which I do not see as common practice. I'm just trying to stop someone not being a Maven expert from going down a difficult path where

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Wayne Fay
This makes things very basic and therefore very easy to understand. Then who you will grant permission to do the deploy is up to you to decide. You can even grant different groups permission to deploy snapshots and release (e.g. a larger group of people might be allowed to deploy snapshots, I

RE: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
, but not user builds? Ok, so when the release team runs an incremental build (not a release yet), they'll do something like this: mvn -P releaseIncremental deploy Where releaseIncremental is the profile I defined with a distributionManagement element? No! I argue you should NOT have

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Anders Hammar
, but not user builds? Ok, so when the release team runs an incremental build (not a release yet), they'll do something like this: mvn -P releaseIncremental deploy Where releaseIncremental is the profile I defined with a distributionManagement element? No! I argue you should

RE: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
, but not user builds? You should put it in the pom.xml, not the settings.xml! http://maven.apache.org/pom.html#Distribution_Management I'm aware of that. As I said, I'm just trying to get this to work in this form until I can migrate it into a parent-pom. Is it possible to get it to work

Re: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Ron Wheeler
(or release) builds publish to Nexus, but not user builds? Ok, so when the release team runs an incremental build (not a release yet), they'll do something like this: mvn -P releaseIncremental deploy Where releaseIncremental is the profile I defined with a distributionManagement element

RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Wednesday, December 08, 2010 2:11 PM To: users@maven.apache.org Subject: Re: How to have release management incremental (or release) builds publish to Nexus, but not user builds? On 08/12/2010 3:03

Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread Kalle Korhonen
On Wed, Dec 8, 2010 at 9:16 AM, KARR, DAVID (ATTSI) dk0...@att.com wrote: -Original Message- From: Nick Stolwijk [mailto:nick.stolw...@gmail.com] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project myproject: Deployment

RE: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds?

2010-12-08 Thread KARR, DAVID (ATTSI)
-Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: Wednesday, December 08, 2010 3:18 PM To: Maven Users List Subject: Re: RE: How to have release management incremental (or release) builds publish to Nexus, but not user builds? On Wed, Dec 8, 2010

  1   2   3   4   5   6   >