SV: Release plugin question

2009-02-11 Thread Gunnar.Bostrom
Hi, Thanks a lot! I've read that page but somehow I missed it. I'll try it on our next release. Gunnar > -Ursprungligt meddelande- > Från: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] > Skickat: den 10 februari 2009 16:30 > Till: Maven Users List > Ämne: Re: Release plugin questi

Release plugin question

2009-02-10 Thread Gunnar.Bostrom
Hi, I use maven 2.0.9 and do releases with the release plug-in. Everything works fine but I would like to prevent release:perform from generating a source jar and javadoc jar file. The plug-in also installs the generated jars it in our local repository. Is it away to prevent this? Thanks, Gunnar

SV: SV: Keep version when doing a release

2008-12-17 Thread Gunnar.Bostrom
Hi again, OK, now I understand what I did wrong. Thanks for pointing this out. I did not mean to hijack a thread! I will think about the advices given in the thread. Thanks to all of you! /Gunnar > -Ursprungligt meddelande- > Från: Martin Höller [mailto:mar...@xss.co.at] > Skickat: de

SV: Keep version when doing a release

2008-12-17 Thread Gunnar.Bostrom
> > > > > http://www.nabble.com/-ANN--Maven-Release-Plugin-2.0-beta-8-Released-t > > d20256939.html > > > > I believe a best practise advice is in there. Keep your stable > > projects in separate trunks! > > > > /Anders > > > > > &g

Keep version when doing a release

2008-12-17 Thread Gunnar.Bostrom
Hi, I have a multi module project that I want to make a release for. Some of the modules changes frequently and they are marked as SNAPSHOTS. Some modules are very stable and have a fixed version. I run maven 2 release plug-in 2.0-beta-7 with the --batch-mode parameter. The problem is that the stab

Keep version when doing a release

2008-12-09 Thread Gunnar.Bostrom
Hi, I have a multi module project that I want to make a release for. Some of the modules changes frequently and they are marked as SNAPSHOTS. Some modules are very stable and have a fixed version. I run maven 2 release plug-in 2.0-beta-7 with the --batch-mode parameter. The problem is that the stab

Keep version when doing a release

2008-12-09 Thread Gunnar.Bostrom
Hi, I have a multi module project that I want to make a release for. Some of the modules changes frequently and they are marked as SNAPSHOTS. Some modules are very stable and have a fixed version. I run maven 2 release plug-in 2.0-beta-7 with the --batch-mode parameter. The problem is that the stab

How to copy a zip file to a solaris test server

2007-10-29 Thread Gunnar.Bostrom
Hi, I would like to copy a zip file to our test environment I use the maven-assembly-plugin to generate the zip file in the target directory. I use the wagon-maven-plugin to copy the files from the target directory to the tests environment. The problem is that there are two other files in the tar

RE: Assembly plugin, help

2007-10-08 Thread Gunnar.Bostrom
Hi again, I've removed the generation of the jar file, so now I know that it exists when I do the zip file. Regards Gunnar Here is an excerpt when running mvn with -X [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-assembly-plugin:2.2-bet a-1:attached' --> [DEBUG] (s) appendAssembly

SV: SV: SV: Assembly plugin, help

2007-10-08 Thread Gunnar.Bostrom
Hi again, In windows where I execute maven the files have exactly the same time stamp so I can't tell if the jar exists before. The descriptor for creating the safe-jar is before the descriptor for creating the zip file so I would assume that the jar file is created before. Regards Gunnar Thi

SV: SV: Assembly plugin, help

2007-10-08 Thread Gunnar.Bostrom
Hi, Thanks for replying but how can I do that? I tried the following which don't work. I just the property file and not the jar file: Gunnar bin zip false src/main/resources/safe-default.prop

SV: Assembly plugin, help

2007-10-08 Thread Gunnar.Bostrom
Hi, Thanks for the answer, but creating the jar with dependencies is not the problem. It is in the next step where I need to create the zip file where I can't use wild cards to point to my newly created jar file. I don't use any classifiers. Regards Gunnar > -Ursprungligt meddelande-

Assembly plugin, help

2007-10-08 Thread Gunnar.Bostrom
Hi, I'm using the assembly plugin and have a problem. I'm using it in 2 steps, first I create a jar file with dependencies. This works fine. In the next step I want to zip the jar together with files from a property directory. This works fine if I put in the full filename including version in t

How can I generate a test client

2007-08-20 Thread Gunnar.Bostrom
Hi, I use the appassembler-maven-plugin to assemble a server application and it works fine. Now I would like to assemble a test client but I need to tell appassembler to include the test-classes. Is that possible and how should I do if it is? Regards Gunnar ---

Question on maven-buildnumber-plugin

2007-08-20 Thread Gunnar.Bostrom
Hi, I'm using the maven-buildnumber--plugin version 0.9.5 It works but I would like to have both a timestamp and the build number from svn? Is this possible? Regards Gunnar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

SV: List dependencies NOT used

2007-08-01 Thread Gunnar.Bostrom
Hi, Thanks, that was what I was looking for. Some unused compile dependencies, like javax.mail, it was complaining for are actually used in runtime, but that is of cause not possible to check for, and I should change the scope to runtime. Regards Gunnar > -Ursprungligt meddelande- >

List dependencies NOT used

2007-08-01 Thread Gunnar.Bostrom
Hi, Is it possible to get a list of decencies that are defined in the pom.xml file but are NOT used anymore in the module/project? I'm using mvn 2.0.7. Regards Gunnar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Problem with site generation

2007-03-13 Thread Gunnar.Bostrom
Hi, When I generate my multi module project site the link of the first module is always http://maven.apache.org/index.html The links to the 3 other modules are fine. I use mvn 2.0.5 and a standard site generation. Anything I can do about it? Regards Gunnar

How to change smtp host in Continuum Maestro

2007-03-12 Thread Gunnar.Bostrom
Hi, I've tried to change the smtp host for Continuum in Maestro 1.1 but the log says that it tries to connect to localhost and not the host I set in the page for Continnum services. Any suggestion? Regards Gunnar - To unsubscri

SV: mvn clean problems

2007-03-11 Thread Gunnar.Bostrom
Hi, I had the same problem and resolved it by removing the references to the maestro-project-server from the settings.xml :-) > -Ursprungligt meddelande- > Från: Ben Tatham [mailto:[EMAIL PROTECTED] > Skickat: den 8 mars 2007 18:08 > Till: Maven Users List > Ämne: mvn clean problems

Filtering and Eclipse

2007-02-12 Thread Gunnar.Bostrom
Hi, In out project we try to use Maven 2 and Eclipse together, but now I run into one issue with filtered resources. When I set up my project I do mvn eclipse:eclipse. When I do mvn process-resources my resource get filtered as it should. But when I do Project->Clean... In Eclipse my resource wil

SV: Help: Can't deploy to corporate repository

2007-01-03 Thread Gunnar.Bostrom
Hi, Thanks Dan, you were right! :-) > -Ursprungligt meddelande- > Från: Dan Tran [mailto:[EMAIL PROTECTED] > Skickat: den 3 januari 2007 18:28 > Till: Maven Users List > Ämne: Re: Help: Can't deploy to corporate repository > > i think your login profile calls some stty execution whic

Help: Can't deploy to corporate repository

2007-01-03 Thread Gunnar.Bostrom
Hi, I'm trying to setup Maestro 1.1 as our corporate repostitory. When I try to deploy an artifact or the site with scp the directories are created but no data is uploaded. The error I get is: [INFO] [ERROR] BUILD ERROR [INF

SV: SV: Help can't add project to Maestro continuum

2006-12-20 Thread Gunnar.Bostrom
Hi, Thanks to Carlos and Emmanuel to point me in the right direction! I can now add the project and it picks up the changes I've done in the subversion. I now have another issue. I added a new goal "clean site" with a new schedule to run once at 22:30 each day. But this new definition is neve

SV: Help can't add project to Maestro continuum

2006-12-18 Thread Gunnar.Bostrom
Hi Carlos, Can you elaborate that a bit. Which svn command should I use and should I do it in a special directory? I tried to do svn co https:./trunk proj in a tmp directory and the project was checked out with no password prompt. But I still get the same error from Maestro. Regards Gunnar

SV: Help can't add project to Maestro continuum

2006-12-18 Thread Gunnar.Bostrom
Hi again, I've managed to login, but now I get this problem: Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted The error is correct but the site is just done for some internal testing and I would like to accept the certificate. Is that p

Help can't add project to Maestro continuum

2006-12-15 Thread Gunnar.Bostrom
Hi, When I try to add a project I get this answer: You are not authorized to access the requested URL. Please verify that the correct username and password are provided. How can I provide the needed username and password? The url is correct and when I run it in a browser I get prompted for use

SV: Problems with Maestro from Mergere

2006-12-15 Thread Gunnar.Bostrom
Hi, When I force the index, I've not waiting until the regular scedule. Regards Gunnar > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För > Carlos Sanchez > Skickat: den 14 december 2006 16:50 > Till: Maven Users List > Ämne: Re: Problems with Maestro

SV: Problems with Maestro from Mergere

2006-12-14 Thread Gunnar.Bostrom
Hi, It happens when I try to run the indexing application in Maestro to be able to browse the repository. Regards Gunnar > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För > Carlos Sanchez > Skickat: den 14 december 2006 15:37 > Till: Maven Users List

Problems with Maestro from Mergere

2006-12-14 Thread Gunnar.Bostrom
Hi, Can I ask questions about Maestro in this list? I haven't seen any Maestro specific list but if there is one please tell me where to find it. I've created an intenal snapshot repository in Maestro. It works fine until I added test-source files to the repository with the following plugin

Problems with Maestro from Mergere

2006-12-14 Thread Gunnar.Bostrom
Hi, Can I ask questions about Maestro in this list? I haven't seen any Maestro specific list but if there is one please tell me where to find it. I've created an intenal snapshot repository in Maestro. It works fine until I added test-source files to the repository with the following plugin

Install sources

2006-12-14 Thread Gunnar.Bostrom
Hi, How can I make the goal install to also install the sources and not just the classes? This is an extract from the documentation: "install:install is used to automatically install the main project artifact (the jar, war or ear), its pom and any attached artifacts (sources, javadoc, etc) produc