Re: Filtering web.xml?

2012-11-06 Thread Tomasz Pik
On Tue, Nov 6, 2012 at 4:45 PM, Billy Newman wrote: > I am trying to filter my web.xml with no luck. > > Current structure: > pom.xml > --> src > --->main > >webapp > ->WEB-INF > -->web.xml > > I have the war plugin defined as follows: > > > org.apache.maven.plugins >

Re: Can not get a jar from maven central

2012-11-05 Thread Tomasz Pik
've just tried and it works fine. no problems. Thanks! Tomek Regards, Jason On Mon, Nov 05, 2012 at 04:05:57PM +0100, Tomasz Pik wrote: > [ipsilon ss]# wget -dv > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar > Setting

Re: Can not get a jar from maven central

2012-11-05 Thread Tomasz Pik
On Mon, Nov 5, 2012 at 3:45 PM, Jason Swank wrote: > Hi, > > I'm opening a ticket with the CDN provider regarding this issue; the > diagnostic info you've provided will hopefully provide enough > information to track down the root cause of the issue. One more case from my side: spring-asm-3.1.3

Re: writing a parent pom that does not execute its plugins

2011-10-18 Thread Tomasz Pik
On Tue, Oct 18, 2011 at 1:28 PM, Dirk Olmes wrote: > Hi, > > our Maven (2.2.1) build generates install zips with obfuscated sources > from the artifacts within the build. Over the last year we created more > and more installer packages this way, using the famous copy/paste approach. > > I'd like t

Re: Configure External Repository Credentials in POM

2010-01-27 Thread Tomasz Pik
On Tue, Jan 26, 2010 at 11:01 PM, Brig Lamoreaux wrote: > > How can you set external repository credentials in the POM file? > > I know that you can create a settings.xml file with values below, but how can > I configure a POM file with username/password. I looked at > http://maven.apache.org/ma

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Tomasz Pik
On Fri, Jan 1, 2010 at 12:29 PM, Stefano Fornari wrote: > Hi All, > I needed a plugin to run JavaScript scripts and I ran into > script-maven-plugin. It looks that id does most of what I need, but I > would need to extend it anyway to allow the evaluation of more than > one script. Looking at the

Re: Converting to Maven 1.x

2009-04-23 Thread Tomasz Pik
On Wed, Apr 22, 2009 at 7:21 PM, Michael K. Craghead wrote: > I know this seems like a strange request, but what is the best way to convert > a Maven 2 project to > Maven 1? Our development team was going to start to move to Maven 2, but the > plans have > changed. Unfortunately, I've already bu

Re: pde-maven-plugin

2009-01-09 Thread Tomasz Pik
On Fri, Jan 9, 2009 at 2:10 AM, Jason van Zyl wrote: > Pull the latest dev builds, the wiki page is here: > > http://docs.codehaus.org/display/M2ECLIPSE/Tycho+builds > > The sync from apache to central seems to be failing which is why it's > choking on 3.0-alpha-1. Are there plans to release Tych

Re: End User License Agreements

2008-12-03 Thread Tomasz Pik
On Wed, Dec 3, 2008 at 7:51 PM, Jason Voegele <[EMAIL PROTECTED]> wrote: > We have a need to ask the user to accept a license agreement at the time that > Maven downloads and installs some of the artifacts we host on our Maven > repository. I have read som information here: > http://maven.apache.o

Re: Versioning builds

2008-11-21 Thread Tomasz Pik
On Thu, Nov 20, 2008 at 5:03 PM, Costin Caraivan <[EMAIL PROTECTED]> wrote: > > Hello. > > I'm trying to build a lot of Eclipse plugins with Maven. I've finished the > hardest part (I hope :) ), and now I'm trying to version the builds. That > is, I want the output of the build process to be a zip

Re: How to add a jar in project package.

2008-11-10 Thread Tomasz Pik
On Mon, Nov 10, 2008 at 9:51 PM, kunduruswaroop <[EMAIL PROTECTED]> wrote: > > > Wayne > > > I am using Sun JVM from JDK1.5. I wanted a structure in the project jar file > it should include log4j jar file so that I can port this entire jar to > different machine where there is no Maven and and run

Re: building two artifacts with shared source code

2008-09-25 Thread Tomasz Pik
On Thu, Sep 25, 2008 at 6:51 AM, Tomek Maciejewski <[EMAIL PROTECTED]> wrote: > P.S > I have one more question. Let's assume that I deployed some artifact. > Some people have used it so they have copy of it in local repository. > Now I change something in artifact and deploy it with the same versio

Re: Maven descriptor - what is it good for?

2008-09-18 Thread Tomasz Pik
On Thu, Sep 18, 2008 at 7:44 AM, Ellecer Valencia <[EMAIL PROTECTED]> wrote: > I'm trying to clarify what is the purpose of the Maven descriptor, and > what systems make use of it, and if there is any point in working on > this issue we have with the pom.xml that is added to our generated > artifa

Re: Extending maven to accomplish some tasks

2008-03-06 Thread Tomasz Pik
On 3/6/08, VUB Stefan Seidel <[EMAIL PROTECTED]> wrote: > Tomasz Pik wrote: > > On 3/6/08, VUB Stefan Seidel <[EMAIL PROTECTED]> wrote: > > >> install > > > > Is there a way to setup it so maven will 'copy' artifact > >

Re: Extending maven to accomplish some tasks

2008-03-06 Thread Tomasz Pik
On 3/6/08, VUB Stefan Seidel <[EMAIL PROTECTED]> wrote: > Ah, the universal antrun solution. Guys, maven is better than ant, why > do you keep using ant? > > For copying the built file use dependency plugin: > > > > org.apache.maven.plugins > maven-dependency-plugin

Re: Handling webapp dependencies

2008-02-19 Thread Tomasz Pik
On Feb 19, 2008 9:56 PM, Chris <[EMAIL PROTECTED]> wrote: > We have two webapps. One is the basic app, and one is the enhanced > version of the same app. > > In our current setup, when we want to run the enhanced app we copy the > basic app into /webapps/mywebapp, then we overwrite the directory wi

Re: .m2/settings.xml

2008-02-04 Thread Tomasz Pik
On Feb 4, 2008 7:00 PM, amit kumar <[EMAIL PROTECTED]> wrote: > Hi, > where is .m2/settings.xml? I saw this first in the maven plugin for > eclipse. It keeps looking for %USER_HOME%/.m2/settings.xml. But I can > not find this file inside the .m2 folder. Do I have to create it > manually? Or it is s

Re: release:perform plugin: after release properties are changed to real values

2008-01-26 Thread Tomasz Pik
On Jan 26, 2008 6:46 PM, Vytautas Čivilis <[EMAIL PROTECTED]> wrote: > Hi. > > If I have pom with the following, for instance: > > > > scm:cvs:ext:[EMAIL > PROTECTED]:/fold/cvs:${groupId}/${artifactId}/ > > scm:cvs:ext:[EMAIL > PROTECTED]:/fold/cvs:${groupId}/${artifactId}/ > > > then after rel

Re: Avoid Dependency version

2008-01-21 Thread Tomasz Pik
On Jan 21, 2008 2:21 PM, Guillaume Lederrey <[EMAIL PROTECTED]> wrote: > On 20/01/2008, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > You can use dependencyManagment in a parent pom to avoid specifying the > > version in all your child poms. If you really want the "latest" you have > > two choices: >

Re: A question about setting in the POM.xml

2008-01-07 Thread Tomasz Pik
On Jan 7, 2008 3:23 PM, Thomas Chang <[EMAIL PROTECTED]> wrote: > Hi all, > > Formerly I used maven1 and I can use the in the project.xml > as follow: > ... > > commons-logging > commons-logging > 1.0.4 > jar > > true > > > ... > > Now I use maven2. And I try to do t

Re: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Tomasz Pik
; -Original Message- > From: Brian E. Fox [mailto:[EMAIL PROTECTED] > Sent: 04 January 2008 13:42 > To: Maven Users List > Subject: RE: Existance of ZIP Archetype? | How to distribute DB code to > different mvn modules? > > The fix version in the jira is 2.1-alpha-1. M

Re: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Tomasz Pik
On Jan 4, 2008 12:53 PM, Jeff MAURY <[EMAIL PROTECTED]> wrote: > Use the zip packaging in your POM hm, according to http://jira.codehaus.org/browse/MNG-1683 there should be 'zip' packaging. But: $ cat pom.xml http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan

Re: Is it possible to activate a profile from settings.xml?

2007-12-27 Thread Tomasz Pik
On Dec 27, 2007 5:51 PM, Steinar Bang <[EMAIL PROTECTED]> wrote: > Is it possible to activate a profile in the top POM from settings.xml? > > What I want to do is to have a set of properties describing OS name, and > architecture of shared libraries (ie. redhat4 and x86, or win32 and > x86_64) for

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-27 Thread Tomasz Pik
On Dec 27, 2007 11:58 AM, John Coleman <[EMAIL PROTECTED]> wrote: > > I've been looking at this for a while - at the end of the release > process I would like to be able to FTP, or network copy the built > artefact(s) to a distribution area where clients can collect them. > Dropping them in a commo

Re: 1 depency find, 10 downloaded!

2007-11-21 Thread Tomasz Pik
On Nov 21, 2007 12:53 PM, Michael Bernagou <[EMAIL PROTECTED]> wrote: > Hello (world), > > I'm a sort of noob in Maven2.0.7. I'm using Eclipse WTP and the latest > maven-eclipse-plugin. > > I defined theses dependencies : [...] > And when I launched the script : > %M2_HOME%\bin\mvn eclipse:eclips

Re: Maven1.x Integration with Eclipse

2007-11-19 Thread Tomasz Pik
On Nov 19, 2007 10:58 AM, <[EMAIL PROTECTED]> wrote: > > Hi > > Is there any pluggin available for integrating maven1.x with Eclipse http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html Regards, Tomek - To unsubscribe

Re: maven 2.0.7 assembly plugin

2007-11-06 Thread Tomasz Pik
On 11/6/07, John Coleman <[EMAIL PROTECTED]> wrote: > I have used the assembly plugin, but not like this. > > I don't think such a JAR (i.e. a JAR of JARS) will work unless you are > loading the classes up by your own JAR exploration mechanism. Class > files must be locatable from the JARs root to

Re: Generating Test Sources

2007-10-25 Thread Tomasz Pik
On 10/25/07, Brandon Enochs <[EMAIL PROTECTED]> wrote: > Where should plugins place generated test sources? Choose an arbitrary named directory under ${project.build.directory, (${project.build.directory/generated/myplugin for example), put tests there and then add this directory to compileSourc

Re: setting the version number in Maven

2007-10-10 Thread Tomasz Pik
On 10/10/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: > Is it me or is that site horribly slow (and that link didn't work)? works for me. here's a shortcut: http://tinyurl.com/2dkf6p Regards, Tomek > > -Original Message- > From: Erez Nahir [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Octo

Re: release:prepare fails to create branch for svn+ssh

2007-10-09 Thread Tomasz Pik
On 10/9/07, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi folks, > > this is totally weird ... has anybody seen this? yes, 20 minutes ago in my project :) Please, try to remove 'scm:svn' prefix from tagBase and configure it as: svn+ssh://svn.berlios.de/svnroot/repos/jsunit/tags And then let us kn

Re: Build's state in report

2007-10-04 Thread Tomasz Pik
On 10/4/07, Gisbert Amm <[EMAIL PROTECTED]> wrote: > A failed build won't result in a complete site. In other words: All > reports that exist result from sucessfull builds. hm,, i'm not sure if it's true. in such a case having a result of unit test in surefire report is useless because it will alw

Re: Do WAR overlays merge web.xml entries?

2007-10-01 Thread Tomasz Pik
On 10/1/07, Manos Batsis <[EMAIL PROTECTED]> wrote: > > Subject says it all :-) With war - nop. But - maybe this: http://cargo.codehaus.org/Merging+WAR+files will help. Note that this is not a part of [EMAIL PROTECTED], it's a separate project ([EMAIL PROTECTED]) providing a plugin for maven2. Re

Re: Controlling the test cases called in build process

2007-09-28 Thread Tomasz Pik
On 9/29/07, Suneet Shah <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to maven. Is there a way to control which test classes are called > when I do an mvn install? One of my junit test cases is causing the jvm to > run out of memory, but works fine in eclipse. I would like to be able to > troubles

Re: How to suppress the deploy for a given module?

2007-09-27 Thread Tomasz Pik
On 9/27/07, Yan Huang <[EMAIL PROTECTED]> wrote: > Hello, > > Is there a way to skip the "deploy" phase for a module? I tried "skip" tag > for the "maven-deploy-plugin" and it seems not working ... You've a parent pom with some child modules and do not want to 'deploy' one of them during 'mvn depl

Re: Using a parent POM plugin config in only some child modules?

2007-09-27 Thread Tomasz Pik
On 9/27/07, Steinar Bang <[EMAIL PROTECTED]> wrote: > >>>>> "Tomasz Pik" <[EMAIL PROTECTED]>: > > > Configure plugins in profiles in parent pom and activate profiles in > > child poms? This won't be automatic (I do not know if there&#x

Re: Why Maven is Hard?

2007-09-27 Thread Tomasz Pik
On 9/27/07, Insitu <[EMAIL PROTECTED]> wrote: > "Lally Singh" <[EMAIL PROTECTED]> writes: > > > On 9/27/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > >> On 9/26/07, Tomasz Pik <[EMAIL PROTECTED]> wrote: > >> > Example - please,

Re: Using a parent POM plugin config in only some child modules?

2007-09-27 Thread Tomasz Pik
On 9/26/07, Steinar Bang <[EMAIL PROTECTED]> wrote: > Is it possible to create a configuration in a top level POM > with pom, that will only be executed in child > modules with bundle (modules using the apache > FELIX maven-bundle-plugin)? > > The use case is where I have a dependency:copy config

Re: Why Maven is Hard?

2007-09-26 Thread Tomasz Pik
On 9/26/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 9/26/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > > > As I recommended earlier, I think we should copy and paste the Better Builds > > with Maven book into the official Maven documentation. > > > > Why not? > > The book is already free. (Y

Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-09 Thread Tomasz Pik
On 5/9/07, JesseLiu <[EMAIL PROTECTED]> wrote: Hi,all How to deploy source jar generated by source plug-in into repository when running mvn deploy? For SNAPSHOT versions right? Try "mvn -DperformRelease=true deploy" Regards, Tomek -

Re: Sync of repository.jboss.com to repo1.maven.org

2007-05-09 Thread Tomasz Pik
On 5/9/07, LAMY Olivier <[EMAIL PROTECTED]> wrote: Hi, I'd like to know why the repository http://repository.jboss.com/maven2 isn't synch with http://repo1.maven.org/maven2. Specially the jboss folder (http://repository.jboss.com/maven2/jboss/). Is there any special request to made ? Yes, ther

Re: Build number and current date

2007-04-25 Thread Tomasz Pik
On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hello, how can I get the current date (formatted in english) and/or build number ?? i.e : something like a property or a filter or a $mvn.something check ${project.artifact.version} Regards, Tomek --

Re: Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Tomasz Pik
On 4/20/07, Styve Arne <[EMAIL PROTECTED]> wrote: Hi, I have a project based on an Ant build.xml file. I want to keep this build-file, and keep building the project it self using this build-file and Ant, but to wrap Maven2 around it. I've managed to "call" the ant-build file (build.xml) from my

Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Tomasz Pik
On 4/16/07, Baz <[EMAIL PROTECTED]> wrote: Davis, Thanks for replying. After I reviewed the webpage, I wonder how i can delete/refresh one single directory... for example, "com" directory under the local repo. There is only "exclude" but no "include". With purge-local-repository goal you may

Re: Include Common JSPs in multiple wars

2007-04-03 Thread Tomasz Pik
On 4/3/07, Doug Tanner <[EMAIL PROTECTED]> wrote: How do you include commons JSPs in multiple wars? We have a common module that produces a jar instead of a war, but I need to include all the JSPs in this module in all my other webapps. I tried using the tag, but that places the files in WEB-I

Re: Using alternative JDK

2007-02-27 Thread Tomasz Pik
On 2/27/07, Bernshtam, Pavel <[EMAIL PROTECTED]> wrote: Hi! How can I tell for one specific pom use a JDK different from my JAVA_HOME for a compilation? http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html but - never tried myself... HTH, Tomek -

tagging using SNAPSHOT numbers

2007-02-14 Thread Tomasz Pik
Hello, Maybe somebody have a receipt for using generated 'number' for SNAPSHOT as a tag name. In other words: during 'mvn deploy' for SNAPSHOT project maven assigns an unique number (say 20070212.142718-1) as a version and then deploy file using that version and put this into maven-metadata.xml A

Re: Maven, SCM and release builds

2007-02-13 Thread Tomasz Pik
On 2/13/07, Christian Sauer <[EMAIL PROTECTED]> wrote: Hi all, Is it possible to forbid the SCM plugin to generate the complete SCM connection in a project's POM once a release build was performed? Most of the SCM settings are specified as variables in the parent POM in order to allow various

Re: Do we have a way to declare dependency on the latest released version of an artifact?

2007-01-15 Thread Tomasz Pik
On 1/15/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, I understand we can use "SNAPSHOT" as the version id to reference the latest "unreleased" code. Do we have a special version id such as "LATEST" to reference the latest released version? In some cases, I prefer not to use the fixed version

Re: Can't access ibiblio with amven anymore, with browser it works

2007-01-12 Thread Tomasz Pik
On 1/12/07, Roland Kofler <[EMAIL PROTECTED]> wrote: And even if I try wget, I get 403: Forbidden [EMAIL PROTECTED]:~/releasemanagement/systemone/core/systemone-core-configuration$ wget http://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.3/commons-configuration-1.3.pom -

Re: Packaging application with dependent jars?

2007-01-06 Thread Tomasz Pik
On 1/4/07, matthewadams <[EMAIL PROTECTED]> wrote: I use the assembly plugin to create a jar that contains the contents of all jars that the application depends on. From my pom: [...] jar-with-dependencies [...] Many things can be customized. See the doc on the assembly plug in (http:/

Re: compatibility Maven Eclipse 3.2 and wtp

2006-12-13 Thread Tomasz Pik
On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Everytime you add a dependency, you need to run mvn eclipse:eclipse -Dwtpversion=1.0 Especially the last part is important. Then check your .component file, to see whether the dependencies were added. If so, Eclipse should publish you

Re: maven2+subclipse+svn+m2eclipse plugin

2006-11-07 Thread Tomasz Pik
On 11/6/06, szefo <[EMAIL PROTECTED]> wrote: Hi, Can someone give me any clues how to integrate maven2+subclipse+svn+m2eclipse plugin ? I have a multi-module project, stored in one repository. The problem is that when I checkout this project from repo using subclipse it is seen by eclipse as sin

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Tomasz Pik
On 10/16/06, Vincent Massol <[EMAIL PROTECTED]> wrote: Another option is to clean the cache by default upon installation. One simple way of doing it would be to add a marker file named after the version. If there's no file with the current version then maven would clean the cache when it runs an

passing a property through scm:bootstrap

2006-10-04 Thread Tomasz Pik
Hi, Does anybody knows if there's a possiblity to pass a property to reactor executing goals passed as -Dgoals= with: $ mvn -DconnectionUrl=scm:cvs:pserver. \ -Dtag=xxx -Dgoals=package scm:bootstrap I'd like to have access to 'xxx' during build. Thanks in advance, Tomek --

Re: not allowed in settings.xml

2006-09-08 Thread Tomasz Pik
On 9/4/06, Andreas Guther <[EMAIL PROTECTED]> wrote: Hi, I noticed that it is not possible to define the distribution management inside the settings.xml. In my case the distribution management configuration is the same for all projects and so far I had it defined within a parent pom. Since dis

Re: Cargo and Ant Properties

2006-08-31 Thread Tomasz Pik
On 8/31/06, Matt Raible <[EMAIL PROTECTED]> wrote: On 8/31/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Matt, > > > -Original Message- > > From: Matt Raible [mailto:[EMAIL PROTECTED] > > Sent: jeudi 31 août 2006 22:50 > > To: Maven Users List > > Subject: Cargo and Ant Properties >

Re: Re: mvn2: war packaging

2006-08-30 Thread Tomasz Pik
On 8/30/06, Attila Mezei-Horvati <[EMAIL PROTECTED]> wrote: > From: "Henry S. Isidro" <[EMAIL PROTECTED]> > To: "Maven Users List" > Subject: Re: mvn2: war packaging > Date: Wed, 30 Aug 2006 07:43:56 +0800 > > If you're trying to include a jar in the lib folder > of a war package, just > declare

Re: How to write groovy plugins/mojos?

2006-08-24 Thread Tomasz Pik
On 8/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, I've seeing on the mailing list that it should be possible to write groovy mojos, like to write Ant mojos. But the project : groovy-maven-tools doesn't seem to work ... (http://mojo.codehaus.org/groovy-maven-tools = not found) y

Re: mvn 2: create jar in war

2006-08-21 Thread Tomasz Pik
On 8/21/06, Attila Mezei-Horvati <[EMAIL PROTECTED]> wrote: How can I create a jar from the classes compiled into the war? (for tomcat) Currently if I run the war package it leaves my sources in the web-inf/classes dir as compiled classes. I would like to put them in a jar and have it included i

Re: Oracle JDBC Dependency

2006-08-04 Thread Tomasz Pik
On 8/4/06, CodingPlayer <[EMAIL PROTECTED]> wrote: Hi, i'm currently looking for the correct dependency (for my pom.xml) to the Oracle JDBC Driver 10.2.0.1.0 (ojdbc14-10.2.0.1.0.jar). I couldn't find it in the central repository (ibiblio). Do i have to install it manually? Yes, due to Oracl

Re: test classes in submodule as dependencies for other modules

2006-08-01 Thread Tomasz Pik
On 8/1/06, Wojciech Biela <[EMAIL PROTECTED]> wrote: I have test helper classes (AbstractMyProjectTestCase) in one submodule, and I would like tests in other submodules to see that class. I have a element pointing to the submodule where the test helper class resides. Unfortunately this doesn't w

Re: Maven2 command line reference

2006-07-31 Thread Tomasz Pik
On 7/31/06, jan_bar <[EMAIL PROTECTED]> wrote: Hi, I searched maven site and even used Google, but I cannot find any documentation about maven command line switches. For instance "mvn -N install", what is the meaning of the -N? you may get some base info with 'mvn --help': $ mvn --help usage:

Re: sending email on every build

2006-07-19 Thread Tomasz Pik
om: Jo Vandermeeren [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 1:19 PM To: continuum-users@maven.apache.org Subject: Re: sending email on every build I don't believe that this feature is currently supported. On 7/19/06, Tomasz Pik <[EMAIL PROTECTED]> wrote: > > Hi, > >

Re: why modules are added when I create multi module project?

2006-07-13 Thread Tomasz Pik
On 7/13/06, Kamil Dworakowski <[EMAIL PROTECTED]> wrote: Hello, when one adds a multi module project separate continuum projects for parent and modules are created. Moreover parent project has --non-recursive option. This seems to make sens at first. The bad news was that modifying a module that

Re: Is it possible to *embed* the management of libraries of Maven2 into a product?

2006-07-11 Thread Tomasz Pik
On 7/11/06, Tugdual Grall <[EMAIL PROTECTED]> wrote: Hello, [] Is-it possible to leverage Maven dependencie analysis and library management is other application than Maven? If yes could you please give me pointer? There's a 'maven embedder' project. This link http://maven.apache.org/gui

Re: Wanted: Jelly script for deploying maven 1.0 web app to tomcat

2006-07-01 Thread Tomasz Pik
On 7/1/06, siegfried <[EMAIL PROTECTED]> wrote: Now build.xml scripts usually have a deploy target for them. Is there a jelly or some other script for maven 1.0 to do that last step of copying the war file to the web server? There's a dedictaed plugin that may help you with deploying to tomcat

Re: Confusion: m2 dependancy download

2006-06-28 Thread Tomasz Pik
On 6/28/06, Graham Leggett <[EMAIL PROTECTED]> wrote: Hi all, I am trying to use maven2 to build an existing ant based project, and am trying to get the dependancies right. Some of the jars we need are not published on ibilio, and so we have installed them locally using mvn install:install-file

Re: inhouse WebSphere repo

2006-06-08 Thread Tomasz Pik
On 6/8/06, Jeff Jensen <[EMAIL PROTECTED]> wrote: That is interesting...how does one then utilize POMs like that once in a remote repo, with the jars in my own proxy or local repo? Somebody, who wants to work on your project will know, where to go to download jars and how to name them so (s)he

Re: [m2] Unit tests and integration tests in the same module?

2006-06-06 Thread Tomasz Pik
On 6/7/06, Vincent Massol <[EMAIL PROTECTED]> wrote: I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies What about: * src/itest instead of src/it * Unit/Integration/Functio

Re: Maven 1.0.2 Snapshots

2006-06-01 Thread Tomasz Pik
On 6/1/06, Eric White <[EMAIL PROTECTED]> wrote: To answer my own question, maven-artifact-plugin-1.5.1 or higher is required to do what's listed below. And in the release notes for this version of the plugin, it states that it is to be used with Maven 1.1 only not 1.0. So, I guess I'll have to

Re: Maven 2.04, Eclipse 3.1/WTP 1.0 combination?

2006-05-16 Thread Tomasz Pik
On 5/16/06, Andreas Schildbach <[EMAIL PROTECTED]> wrote: Hello everyone, I'd like to use Maven 2.04 together with the Servers view in Web Tools Project 1.0 (alternatively Eclipse 3.2/WTP 1.5). The servers view allows to start an application server or servlet container inside Eclipse, allowing t

Re: war resource filtering

2006-05-11 Thread Tomasz Pik
On 5/11/06, Jorg Heymans <[EMAIL PROTECTED]> wrote: Thanks for the help Max. You can specify snapshot version to be used if you 1) define the plugin repository [...] 2) define the version of the plugin you want to use [...] However i did this for the war plugin, the resources don't get

Re: How to get a copy of the repository ?

2005-12-28 Thread Tomasz Pik
On 30/11/05, Christian Schulte <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to have a local copy of some of the components in the > remote repository at . Is there an easy > way to get a local copy of this ? I tried rsync but it seems ibiblio > does not support r

Re: Maven Plug-in for Eclipse

2005-12-14 Thread Tomasz Pik
On 15/12/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Hi, > > By popular demand the source for the Maven 2.x Plug-in for Eclipse has > been released. All the information is here: > > http://maven.apache.org/eclipse-plugin.html > > Please note that there are separate mailing lists for this project

Re: Webservices plugin for M2

2005-12-08 Thread Tomasz Pik
On 08/12/05, Jesse McConnell <[EMAIL PROTECTED]> wrote: > btw, the wsdl2java plugin has been superceeded by the axistools-maven-plugin > in the mojo-sandbox... Maybe it should be names axis1tools-maven-plugin? Axis2 is coming and I don't think that one plugin will be able to handle both. Regards

Re: New JIRA project for the Maven 2.x plug-in for Eclipse

2005-10-26 Thread Tomasz Pik
On 26/10/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > From: Tomasz Pik [mailto:[EMAIL PROTECTED] > > Sent: 26 October 2005 10:58 > > To: Maven Users List > > Subject: Re: New JIRA project for the Maven 2.x plug-in for E

Re: New JIRA project for the Maven 2.x plug-in for Eclipse

2005-10-26 Thread Tomasz Pik
On 26/10/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > Is this plug-in for Mevenide or is it generating > eclipse project file e.g `maven eclipse:eclipse' ? It's a plugin for Eclipse, something like Mevenide. maven eclipse:eclipse issues are tracked here: http://jira.codehaus.org/browse/MPECLI

Re: sun jars

2005-10-19 Thread Tomasz Pik
On 19/10/05, Marcel Schutte <[EMAIL PROTECTED]> wrote: > Couldn't someone from the maven development team ask Sun for their > explicit permission to publish all these jars? As we say in Holland: > 'Nee heb je, ja kun je krijgen' ('No you've got, yes you can get'). Here's link to story: http://mave

Re: Is there a Forehead plugin?

2005-03-02 Thread Tomasz Pik
On Wed, 2 Mar 2005 13:57:26 -0500, Helck, Christopher <[EMAIL PROTECTED]> wrote: > I'm looking for a Forehead plugin. [...] Maybe this plugin will help you: http://maven.apache.org/reference/plugins/uberjar/ Regards, Tomek - T

Re: RFE for the war plugin

2004-06-28 Thread Tomasz Pik
nto jar during build war file may leads to problems. So, it there'll be such possibilty in 'war' plugin - please, make it not-default. Regards, Tomek > Cheers, > > Siegfried Goeschl > > > -Original Message- > From: Tomasz Pik [mailto:[EMAIL PROTECTED] &

Re: RFE for the war plugin

2004-06-28 Thread Tomasz Pik
On Mon, 28 Jun 2004 08:53:45 -0400, Brill Pappin <[EMAIL PROTECTED]> wrote: > I'm sure some of us would prefer to keep the WEB-INF/classes dir, so my > suggestion would be to include a switch property that would allow the > user to use one or the other. Here's one reason: servlet specs define, th

Re: Using Maven on a very large integration project - how far can Maven go?

2004-04-05 Thread Tomasz Pik
Maczka Michal wrote: I haven't been thinking about that but if somebody will find it useful I can certainly do that. I should not have any problems with creating zip plugin. It's bit more difficult with war plugin but doable. The idea is that when war plugins finds any dependency of type "war" it

Re: / /OREF:CPT4631E Deploy generated site on local server

2004-03-01 Thread Tomasz Pik
[EMAIL PROTECTED] wrote: I would like to deploy a generated site on same server as to where Maven is running. I used to use SSH before because site was deployed on remote server. For deploying site with Maven, is it possible to deploy it without using SSH? (deploy on local computer using just cp c

Re: List goals

2004-02-16 Thread Tomasz Pik
Freddy wrote: Is there a goal that list all the the basic goals in maven (and the goals of pluggins that are installed)? Try 'maven --goals' Regards, Tomek Freddy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: "private" goals

2004-01-30 Thread Tomasz Pik
Daniel Bonniot wrote: Hi, On http://wiki.codehaus.org/maven/PluginCreation?action=highlight&value=goal it is said the following: Goals that the user will never use directly (ie, goals that check a username, prepare a directory structure, etc) don't have descriptions. I'm not sure if it's t

Re: struts-1.1.jar needs dependencies, but they aren't downloaded

2004-01-28 Thread Tomasz Pik
Seth Ladd wrote: Hello, I've tried to find this answer on the mailing list, but didn't find what I was looking for. (my apologies if I missed it) I've started a new project that required struts-1.1.jar. When running maven, it was able to download struts-1.1.jar from ibiblio just fine (very cool

Re: Mutliple source directories in project.xml

2004-01-08 Thread Tomasz Pik
On 2004-01-08 22:38, Jason van Zyl wrote: On Thu, 2004-01-08 at 16:25, John Casey wrote: <2cents> One easy way to get around this duality between single-source and multiple source directories would be to stage out the java sources to some temporary location under ${basedir}/target for subsequent

Re: Unit tests run twice ?

2003-11-25 Thread Tomasz Pik
Eric Berenguier wrote: Hi, Hi, Maybe this help (sorry, not tested): I'd like to write a single goal that install jar to repository and produce the maven site: So i wrote something like this : It works but both jar:install and site:generate call the test:test goal, so i have my

Re: org.uddi4j.client.UDDIProxy has been deprecated problem

2003-11-14 Thread Tomasz Pik
alain wrote: Hi, I have compiled my project,and the maven jar command will notified me that there are some deprecated problem. I am sure my project uses some method that has been deprecated,but how can I set the javac option -deprecated? Adding maven.compile.deprecation=true to your project.prop

Re: password for CVS pserver ?

2003-10-30 Thread Tomasz Pik
Eric Pugh wrote: What do you think of a maven.cvs.password or maven.changlog.password property? This disussion goes into the same direction as latest improvements in Eclipse. One may define two CVS locations, one for read access and one for write access. This might be useful in Maven too, probably

Re: user.home

2003-10-10 Thread Tomasz Pik
Brian Murray wrote: On *nix it's $HOME, on Windows %HOMEPATH% (C:\Documents and Settings\youraccount) (even within Cygwin). Small clarification, in Windows (XP at least) %HOMEPATH% does not include the drive letter. You would need to use either %HOMEDRIVE%%HOMEPATH% or %USERPROFILE% Right,

Re: user.home

2003-10-10 Thread Tomasz Pik
Harden ZHU wrote: hi, where set ${user.home}? what is default value? It's system thing handled by JVM. On *nix it's $HOME, on Windows %HOMEPATH% (C:\Documents and Settings\youraccount) (even within Cygwin). Regards, Tomek thanks harden

Re: Code Formatting Plugin ???

2003-09-22 Thread Tomasz Pik
Bateman, Patrick eMEDIA wrote: Has anyone out there use a code formatting and if so is there any integration with Maven?? Maybe this: http://maven.apache.org/reference/plugins/jalopy/ ? I didn't use it but I know it exists. Regards, Tomek Thanks Pat ---

Re: Maven Return Codes in a Continuous Integration environment

2003-08-14 Thread Tomasz Pik
[EMAIL PROTECTED] wrote: There are these in App.java /** return code for ok processing */ private static final int RC_OK = 0; Maybe make them public and document their values as a part of javadoc. So: /** * 0 ? Regards, Tomek dIon Gillard, Multitask Consulting --

Re: master property file

2003-07-23 Thread Tomasz Pik
Brett Porter wrote: > Is there a reason for not using ${user.home}/build.properties? In my experience, this is the best solution as it usualy has user specific options, but they are shared across all projects. Maybe it will be better to load this file from ${user.home}/.maven/build.properties? Sinc

CVS usage page and reports

2003-06-10 Thread Tomasz Pik
Hi, Is there a possibility to have CVS changelogs and other reports but don't have 'cvs-usage.html' page in ProjectInfo section? I've found that even if I don't set 'url' element for 'repository' definition, !empty tests passes and xdoc plugin generate those pages. So there's info about CVS access