Re: generate different artifact types against a project?

2007-09-07 Thread Wendy Smoak
On 9/7/07, mfs [EMAIL PROTECTED] wrote: Well i dont think this is possible, but just wanted to be sure if through any of the plugins (or otherwise) we can achieve the objective, so basically i have a project which contains some pojo(s) with some core functionality and also some servlets which

Re: Setting Environment variable in pom.xml

2007-09-07 Thread Wendy Smoak
On 9/7/07, Huang, Yan [EMAIL PROTECTED] wrote: I'm wondering if there is a simple way to set up a build-time environment variable in pom.xml without writing a custom plug-in? Let's say I want to set an environment variable called MY_TOOL_DIRECTORY to the ${project.build.directory}/mytools

Re: Running heavy tests in the build lifecycle

2007-09-03 Thread Wendy Smoak
On 9/3/07, Kjetil Kjernsmo [EMAIL PROTECTED] wrote: We have a bunch of heavy tests, like performance tests, some functional tests and stuff, they can run for hours, so it is not something you launch light-hearted. Usually, most of these tests would only be run prior to a deployment to

Re: Continuum Build Reporting

2007-09-01 Thread Wendy Smoak
On 9/1/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: What is the best practice of reporting on Continuum builds? I am interesting in calculating the average of builds per project group, the average success rate, and the average build time. Is there a plugin for this?

Re: Help Creating My Own Maven 2 Archetype

2007-08-30 Thread Wendy Smoak
On 8/30/07, Andrew Leer [EMAIL PROTECTED] wrote: I don't understand where the archetype/test directories came from: Earlier, you wrote: mvn archetype:create -DarchetypeGroupId=com.mooo.mv.archetype.compilerversion -DarchetypeArtifactId=maven-archetype-java-6

Re: Cargo issues

2007-08-25 Thread Wendy Smoak
On 8/25/07, Alexander Sack [EMAIL PROTECTED] wrote: Does anyone have Cargo working? If so, could you post a sample POM? I would really appreciate it. Working to do what? With what container? You'll probably get more help if you post what you tried and point out what isn't working. You can

Re: Maven insist to fetch sibling module from repository

2007-08-24 Thread Wendy Smoak
On 8/24/07, Zarick Lau [EMAIL PROTECTED] wrote: I know what 'install' mean in maven, but running mvn at the parent module doesn't require installing all sub-module first. And indeed, [Off topic] if running install in each individual module is pre-req, even though I run mvn at parent module,

Re: Maven Version Issues

2007-08-24 Thread Wendy Smoak
On 8/24/07, Mike Darretta [EMAIL PROTECTED] wrote: I've tried all maven versions from 2.0.3 through 2.0.7. 2.0.6 and 7 failed to build at all. 2.0.3-5 built but my EJBs failed to deploy. I get this error message: javax.ejb.EJBException: RuntimeException; CausedByException is:

Re: Overriding the local repository

2007-08-24 Thread Wendy Smoak
On 8/24/07, Howard Lewis Ship [EMAIL PROTECTED] wrote: Is there a way to control what the local repository is? I've done some searching found -Dmaven.repo.local, but it doesn't work: It works for me. It's what I use to test 'does this build with a clean local repo' to make sure all necessary

Re: monitoring builds

2007-08-23 Thread Wendy Smoak
On 8/23/07, Ionut S [EMAIL PROTECTED] wrote: Hi, I want to implement a system of lava lamps for our continuum server and I need a way to find out when a build was done and the result. I know about the notifications mechanism, but my lava lamps will not be located on the same computer that

Re: M2 How to populate internal repository?

2007-08-23 Thread Wendy Smoak
On 8/23/07, Chris Helck [EMAIL PROTECTED] wrote: I need to populate an inhouse repository so it can act as a stand alone repository. It needs to include the standard maven plugins. I don't want to rsync Ibiblio. I've tried using the assembly plugin to create a repository but it does not

Re: Archiva Dies on Tomcat 5.5.23 on a VPS

2007-08-23 Thread Wendy Smoak
On 8/22/07, bsbodden [EMAIL PROTECTED] wrote: I have an Archiva install on eApps. I'm using Tomcat 5.5.23 all patched up to work with Archiva. Everything seems find until the point that you get redirected to the no-admin user page at which point it just blows Tomcat out of the water. See the

Re: Maven doesn't include plugins?

2007-08-22 Thread Wendy Smoak
On 8/22/07, Jean-Philippe Steinmetz [EMAIL PROTECTED] wrote: I understand there's lot of documentation on how to use maven... but nothing in regards to my problem of not having plugins in the first place. Here is the error message I get when running 'mvn -e archetype:create' mvn -e

Re: webdav

2007-08-20 Thread Wendy Smoak
On 8/20/07, Tom Huybrechts [EMAIL PROTECTED] wrote: I guess that isn't possible for deploy:deploy-file ? If there is a pom.xml file in the directory where you execute 'mvn deploy:deploy-file ..' Maven will pick it up (or you can use -f to point at a different one.) This is separate from the

Re: HTML empty space in xdoc ...

2007-08-19 Thread Wendy Smoak
On 8/19/07, Giovanni Azua [EMAIL PROTECTED] wrote: I would really like to add an empty space in my xdoc document i.e. nbsp; but I get errors for this. I get errors isn't enough information. Post what you tried and the error you received, and someone will take a look. -- Wendy

Re: HTML empty space in xdoc ...

2007-08-19 Thread Wendy Smoak
On 8/19/07, Giovanni Azua [EMAIL PROTECTED] wrote: When I include the empty space in one of my xdoc files I get the following trace and the html is not generated: Okay, now let's see the xdoc that caused the error... -- Wendy

Re: How to import all modules of Maven 2 project

2007-08-18 Thread Wendy Smoak
On 8/18/07, Grzegorz Kossakowski [EMAIL PROTECTED] wrote: I noticed that Continuum can do a mass import of modules by scanning recursively pom files. That's really nice feature! However, I found limitation that is quite annoying for me: I can't tell Continuum to use other than default

Re: running ant script after reporting completes ...

2007-08-18 Thread Wendy Smoak
On 8/18/07, Giovanni Azua [EMAIL PROTECTED] wrote: I would like to run some ant at completion of the maven build process or at least at completion of the reporting. The problem is that I have a multi-module project, and the xref reporting leaves the xref folder in each submodule rather than

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-08-17 Thread Wendy Smoak
On 8/17/07, Guillaume Bilodeau [EMAIL PROTECTED] wrote: I am behind no firewall, I have setup no mirrors - this is a clean install. It's obviously a network error as the SocketException shows. Actually, ibiblio.org has a hard time redirecting to mirrors.ibiblio.org - takes 1 or 2 minutes to

Re: Question regarding modular project

2007-08-16 Thread Wendy Smoak
On 8/16/07, Erik Drolshammer [EMAIL PROTECTED] wrote: I use 1.1-beta-1 and have a similar question; When I add or remove a child project, these changes are not detected by Continuum. Is this normal behavior? That's the way it works in the current version. There is an enhancement request

Re: building and installing a source only jar

2007-08-15 Thread Wendy Smoak
On 8/15/07, EJ Ciramella [EMAIL PROTECTED] wrote: Yep, I found the source:jar plugin just moments after sending my original email. The problem I have now is when I install to our internal remote repository using the following command, I have two problems: mvn deploy:deploy-file

Re: Maven 2 documentation portion of the site is horribly broken

2007-08-10 Thread Wendy Smoak
On 8/10/07, EJ Ciramella [EMAIL PROTECTED] wrote: Can someone please either enlighten me as to what I'm doing wrong or fix the site? Almost 90% of the links anywhere don't work. Considering this is the ONLY source for m2 documentation, this is a huge failure.

Re: Configuring password policies for 1.1-beta1?

2007-08-03 Thread Wendy Smoak
On 8/3/07, Eric Miles [EMAIL PROTECTED] wrote: How do I configure the password policies for this version? We have no need for password restrictions (must change password, can't be one from previous 6, 1 number required, etc) and I'd like to remove these from our instance. How do I go about

Re: [m2] possible to have just a module archetype?

2007-07-31 Thread Wendy Smoak
On 7/31/07, Mick Knutson [EMAIL PROTECTED] wrote: I have a large project that has many modules. I want to explore creating an archetype for developers to add a module to the existing project. Is this possible? IME, you just do the usual 'mvn archetype:create' in the right place, and it will

Re: How to use ${project.build.directory}?

2007-07-30 Thread Wendy Smoak
On 7/20/07, Tawfik, Sameh E [EMAIL PROTECTED] wrote: Hi, I'm using the following code: dependency groupIdconnector/groupId artifactIdconnector/artifactId version1_0/version scopesystem/scope systemPath${Build_base}/ma-jdm-tck/lib/connector_1_0.jar/systemPath

Re: Excluding build .jars from .war

2007-07-30 Thread Wendy Smoak
On 7/30/07, Frederick N. Brier [EMAIL PROTECTED] wrote: parent groupIdorg.apache.struts/groupId artifactIdstruts2-apps/artifactId version2.0.9/version /parent Using a pom from some else's project as your parent is unusual. I'd remove that and leave the dependencies

Re: Maven standard directory layout question

2007-07-30 Thread Wendy Smoak
On 7/30/07, Dmitry [EMAIL PROTECTED] wrote: This means that by adopting Maven's standard conventions, we can package resources within JARs, simply by placing those resources in a standard directory structure. But when we put resources in standard directory we get nothing -what we did wrong?

Re: Excluding build .jars from .war

2007-07-30 Thread Wendy Smoak
On 7/30/07, Frederick N. Brier [EMAIL PROTECTED] wrote: I was building off of the struts2-portlet-2.0.x.war example. So I guess that means I need to travel up the pom parents tree and merge all the dependencies and other elements into my own pom? No, you should just declare dependencies on

Re: Can not startup Continuum 1.1-beta-1

2007-07-27 Thread Wendy Smoak
On 7/27/07, L. J. [EMAIL PROTECTED] wrote: Get below exception during startup Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/maven/continuum/xmlrpc/server/ContinuumXmlRpcServlet (Unsupported major.minor version 49.0) Continuum requires JDK 1.5 or later. I fixed

Re: Re: Continuum don't show the author and messages commit in the changes section

2007-07-26 Thread Wendy Smoak
On 7/26/07, Dan Tran [EMAIL PROTECTED] wrote: it intermittenly happens on 1.1-beta-1 as well What does scmconnection look like? I've found that if the connection url has a trailing slash, the author info does not show up. -- Wendy

Re: Maven plugin for WebSphere 6.x

2007-07-25 Thread Wendy Smoak
On 7/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have spent the last few hours looking the Maven 2 equivalent of the following 1.1 plugin http://maven-plugins.sourceforge.net/maven-was5-plugin/index.html without success. There's some work over at Cargo:

Re: Disable javadoc during site

2007-07-22 Thread Wendy Smoak
On 7/22/07, jp4 [EMAIL PROTECTED] wrote: I was wondering if there is an easy way to skip javadoc generation while invoking mvn clean deploy site site:deploy mvn clean deploy site-deploy (Unrelated to your question, but this will do more or less the same thing-- site-deploy is the last phase

Re: Proxying central repo

2007-07-17 Thread Wendy Smoak
On 7/17/07, Paul Smith [EMAIL PROTECTED] wrote: I think I might have buggered something somewhere. When trying to do a test of proxying the central repo with Archive, I'm getting this in the archiva logs: What version are you using? 1.0-alpha-2 comes pre-configured to proxy the central

Re: Maven does not get latest snapshot from repository

2007-07-17 Thread Wendy Smoak
On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've a weird (for me) build problem. There's an updated snapshot version on the repository, but maven is not pulling that down for the build, but rather uses my local version. Under which conditions can this happen, and how do I resolve it

Re: I must be doing something dumb, surely

2007-07-17 Thread Wendy Smoak
On 7/17/07, Paul Smith [EMAIL PROTECTED] wrote: I tried the archiva alpha-2 distribution and trunk, but I'm having trouble do a simple 'mvn deploy' to an Archiva snapshot repo that has been freshly setup with just the admin user. I get this output: ... I have verified with a Windows Webdav

Re: Jars installation?

2007-07-16 Thread Wendy Smoak
On 7/16/07, Tawfik, Sameh E [EMAIL PROTECTED] wrote: Is there is a way to install specific jars to the local repository without using the command line, by specifying the needed jars in the pom.xml? ... Try downloading the file manually from the project website. Then, install it using the

Re: How can i turn off and on the snapshot archive (timestamp) functionalities?

2007-07-14 Thread Wendy Smoak
On 7/14/07, Baz [EMAIL PROTECTED] wrote: How can i turn off and on the snapshot archive (timestamp) functionalities? distributionManagement snapshotRepository uniqueVersionfalse/uniqueVersion ... http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_snapshotRepository --

Re: How can i turn off and on the snapshot archive (timestamp) functionalities?

2007-07-14 Thread Wendy Smoak
On 7/14/07, Baz [EMAIL PROTECTED] wrote: Does that mean it only apply when doing mvn deploy and affecting snapshot repository? Yes. (Is there a 'part two' of that question?) A quick experiment indicates that locally installed snapshots are not timestamped. I think I've seen reports of

Re: problem with archetype

2007-07-13 Thread Wendy Smoak
On 7/13/07, Erik Weibust [EMAIL PROTECTED] wrote: I'm back in business. The strange thing is that I didn't have to delete anything from my repo and the archetype just worked today.?.? The default repository update policy is 'daily'. If it fails once, Maven won't check a given repository for

Re: How can i specifying a settings.xml file to be used?

2007-07-13 Thread Wendy Smoak
On 7/13/07, Baz [EMAIL PROTECTED] wrote: Is there a -f flag or something? $ mvn -h ... -s,--settings Alternate path for the user settings file -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: upgrading from 2.0.4 - 2.0.7?

2007-07-13 Thread Wendy Smoak
On 7/13/07, Roger Huang (rchuang) [EMAIL PROTECTED] wrote: I'm inheriting a project that uses Maven 2.0.4, and want to upgrade to 2.0.7. Can someone please point me information on how I need to modify my existing pom.xml's? There are a few 'Changes that may affect existing builds' listed on

Re: [M2]skip parent

2007-07-12 Thread Wendy Smoak
On 7/12/07, Rémy Sanlaville [EMAIL PROTECTED] wrote: It's fine with a such simple example. But if you use for instance weblogic ant tasks, it's a problem. The build failed because it can't deploy a war package at the parent level. So, It would be very nice to can skip the execution at the

Re: [m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Wendy Smoak
On 7/11/07, Mick Knutson [EMAIL PROTECTED] wrote: I have been looking at http://mojo.codehaus.org/jalopy-maven-plugin/multimodule.html And I really don't understand the build-tools module concept. Can someone please help? How does the jalopy.xml in build-tools get used on the other modules?

Re: [m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Wendy Smoak
On 7/11/07, Mick Knutson [EMAIL PROTECTED] wrote: Can you describe this: conventiongt2/jalopy.xml/convention Is the jar called gt2? My guess is that the jar contains a directory called gt2. Adding the build-config jar as a dependency will put its contents on the classpath, where the files

Re: Run different goals on different schedules for a project group

2007-07-08 Thread Wendy Smoak
On 6/20/07, Olivier Dehon [EMAIL PROTECTED] wrote: The problem I am facing is that the daily build will never get kicked off because the scm changes have already been consumed by the hourly build. Has this been resolved in 1.1-alpha-2 ? CONTINUUM-686 suggests a separate working copy per

Re: Can't add M2 project in Continuum 1.1alpha2

2007-07-08 Thread Wendy Smoak
On 7/8/07, blixt [EMAIL PROTECTED] wrote: I'm trying to set up Continuum as my CI server. But no luck so far. When trying to add my Maven2 project to Continumm 1.1alpha2 all I get is an error (The specified resource isn't a file or the protocol used isn't allowed.). What does the scm

Re: Site doxia renderer no valid version could be found

2007-07-08 Thread Wendy Smoak
On 7/8/07, Giovanni Azua [EMAIL PROTECTED] wrote: I am using maven 2 version 2.0.6 with jdk 1.50_12. Including the following snippet in my pom.xml copied from http://velocity.apache.org/site/tools/velocity-site-doxia-renderer/index.html: You might have better luck asking on the Velocity

Re: copy 'resources' to arbitrary directory

2007-07-08 Thread Wendy Smoak
On 7/8/07, Severin Ecker [EMAIL PROTECTED] wrote: I seem to just can't figure out how i can copy files from an arbitrary location to an arbitrary location. I think most people use the antrun plugin and a 'copy' task for that. By convention, resources belong in src/main/resources and get

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-08 Thread Wendy Smoak
On 7/8/07, Robert Hadfield [EMAIL PROTECTED] wrote: Just further to my last note, I started tcpdump before running maven and I see a whole lot of HTTP 404's which makes me think the repository is the problem, rather than my install... ... addressApache/2 Server at vhost.ibiblio.org Port

Re: Hudson

2007-07-06 Thread Wendy Smoak
On 7/6/07, Milos Kleint [EMAIL PROTECTED] wrote: Like define a unique local repo for the project, to prevent local repository cross-pollination by other maven projects built on the same machine. FWIW, I haven't tried it yet, but you should be able to do that fairly easily with Continuum by

Re: localRepository

2007-07-06 Thread Wendy Smoak
On 7/6/07, Steven R Brandt [EMAIL PROTECTED] wrote: I tried to use the localRepository tag in settings.xml to change the location of my local repository to /home/sbrandt/shared instead of ~/.m2. It seems to be ignoring me. That should work, however... My goal was to see if I could create a

Re: Which technology stack are you using?

2007-07-06 Thread Wendy Smoak
On 7/6/07, Trevor Spackman [EMAIL PROTECTED] wrote: So here's the question: what are YOU using? There have been a number of posts about what CAN be used, but only a couple of people have mentioned what they DO use. Maven. Subversion. Continuum. Archiva. Naturally. :) IDEA + mvn idea:idea

Re: can't checkout continuum sources

2007-07-05 Thread Wendy Smoak
On 7/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: $svn checkout http://svn.apache.org/repos/asf/maven/continuum/trunk/ continuum I receive the following error message: svn: PROPFIND request failed on '/repos/asf/maven/continuum/trunk' svn: PROPFIND of '/repos/asf/maven/continuum/trunk':

Re: How to discover lifecycles and phases

2007-07-01 Thread Wendy Smoak
On 7/1/07, Paul Copeland [EMAIL PROTECTED] wrote: Is there a difinitive list of built-in m2 lifecycles? Does lifecycle == packaging type? Also is there a way to discover the phases that a given lifecycle processes? The default lifecycle is here:

Re: How to discover lifecycles and phases

2007-07-01 Thread Wendy Smoak
On 7/1/07, Paul Copeland [EMAIL PROTECTED] wrote: Hm - following that link (which I had seen) there is a heading named Packaging. So if you examine the pom there is a packaging element (jar, war, pom, what are the others?) which is different from the package phase. Apparently there is some kind

Re: Hack in some html e.g. poweredBy

2007-06-30 Thread Wendy Smoak
On 6/30/07, Giovanni Azua [EMAIL PROTECTED] wrote: I would like to customize the site.xml and add couple of logos as compensation for free licenses I got for my open source project with the powered by style logo. You might want to create a custom skin for your project instead of using the

Re: Third Party Dependencies

2007-06-30 Thread Wendy Smoak
On 6/29/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: My Maven process runs in a controlled environment where I do not have connectivity to the internet. For this reason, I placed all the Maven dependencies from repositories like repo1 and codehaus onto our company

What settings.xml files does Continuum use?

2007-06-26 Thread Wendy Smoak
When adding a new project to Continuum I've determined that it sees ~/.m2/settings.xml (for the user under which Continuum is running) but not $M2_HOME/conf/settings.xml. Are there any other settings.xml (or similar) files that Continuum uses, where I could configure repositories? -- Wendy

Re: [maven-remote-resources-plugin] weird behavior on NOTICE and LICENSE files ?

2007-06-24 Thread Wendy Smoak
On 6/24/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: I used the maven-remote-resources-plugin in the past to add NOTICE and LICENSE to regular JAR and: a) source JAR b) javadoc JAR How? Now, running this command mvn clean source:jar javadoc:jar install deploy

Re: Xstream 1.2.x is broken

2007-06-24 Thread Wendy Smoak
On 6/24/07, Vanja Petreski [EMAIL PROTECTED] wrote: Hi, you have wrong poms for XStream 1.2.x. Try filing an issue in the MEV project: http://jira.codehaus.org/browse/MEV (However, repository poms are rarely changed unless they are broken. Is that the case here?) -- Wendy

Re: Struts 1.3 unit testing with Maven2 howto?

2007-06-23 Thread Wendy Smoak
On 6/23/07, Manos Batsis [EMAIL PROTECTED] wrote: This should be a google it thing, but that didn't work for me. Can someone point to a resource that will help me get started? Ask a specific question and I'm sure you'll get some advice. Your subject combines two things-- unit testing Struts

Re: Where to find maven site skins ?

2007-06-22 Thread Wendy Smoak
On 6/22/07, Jens Hohl [EMAIL PROTECTED] wrote: Where to find more maven site skins ? There are a few from Maven in the central repository... http://repo1.maven.org/maven2/org/apache/maven/skins/ And there's one for java.net: https://maven-javanet-skin.dev.java.net/ It would be great to

Re: Building offline

2007-06-22 Thread Wendy Smoak
On 6/22/07, kjohnston [EMAIL PROTECTED] wrote: I'm having trouble getting Maven to build a project in offline mode. Is there a step-by-step procedure document for this? Here's what I'd like to do: - Set up a local file based repository with all the artifacts needed to build - Run Maven in

Re: Contributing a document fix/patch

2007-06-21 Thread Wendy Smoak
On 6/21/07, Jeff Mutonho [EMAIL PROTECTED] wrote: I've picked up an error in some plugin documentation.How do I provide a patch for it? Roughly in order of time and effort... * Mention it here and see if someone picks it up and fixes it * Add it to the wiki

Re: Contributing a document fix/patch

2007-06-21 Thread Wendy Smoak
On 6/21/07, Jeff Mutonho [EMAIL PROTECTED] wrote: The plugin is the maven-dependency-plugin , but the actual correction is in the documentation.In the example usage , the plugin is referred to as : plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Uploading the .jar to my internal repository

2007-06-21 Thread Wendy Smoak
On 6/21/07, Martin A.Villalobos [EMAIL PROTECTED] wrote: I'm trying to upload a .jar to my internal repository. Somebody can helpme with a detailed howto about this task? Try this, and then ask if you have a specific question: http://maven.apache.org/plugins/maven-deploy-plugin/usage.html --

Re: problems with 1.1alpha

2007-06-20 Thread Wendy Smoak
On 6/20/07, Sebastian Menge [EMAIL PROTECTED] wrote: I have a problem with Maven 1.1-alpha. I want to load a pom with modules from a svn repository. I click on add Maven2 project, but dont get any results. I tried different scm urls, none worked. continuum html says: The specified resource

Re: Archetypes...

2007-06-20 Thread Wendy Smoak
On 6/20/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: try using \${basedir} Close... from ARCHETYPE-39, (where it doesn't display correctly in the comments,) To get ${artifactId} in the output, use $\{artifactId} in the template. -- Wendy

Re: Archetypes...

2007-06-20 Thread Wendy Smoak
On 6/20/07, Nelz [EMAIL PROTECTED] wrote: Weird... Raphaël's version worked for me... I'm not sure what the confusion is, but when I tried Wendy's version, it left me with $\{basedir} in the resultant POM. But, I've got it all working now... Thanks for the help! ?! Sorry for the

Re: Multi-module projects

2007-06-20 Thread Wendy Smoak
On 6/20/07, kjohnston [EMAIL PROTECTED] wrote: It looks like Maven lets you define dependencies. In a project with multiple modules - can you define dependencies between modules in the pom.xml for each module and then go to any module and build that module, including its dependencies? If you

Re: Run different goals on different schedules for a project group

2007-06-20 Thread Wendy Smoak
On 6/20/07, Olivier Dehon [EMAIL PROTECTED] wrote: The problem I am facing is that the daily build will never get kicked off because the scm changes have already been consumed by the hourly build. What version are you using? I vaguely remember asking Emmanuel about that... -- Wendy

Re: SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Wendy Smoak
On 6/19/07, Jerry DuVal [EMAIL PROTECTED] wrote: The author, date, and comment columns are always blank on the SCM Changes grid. Do I need to configure something to make it display? If it's Subversion, check whether there's a trailing slash on the scm url. See comments on

Re: Building maven-2.0.6 from source

2007-06-19 Thread Wendy Smoak
On 6/19/07, Graham Leggett [EMAIL PROTECTED] wrote: After checking out the maven-2.0.6 tag, I have run mvn install to run through the build. The build ran through to completion, but I cannot find the assembly that is used to create the binary distribution. Does anyone know what the steps are

Re: Inherited Profile won't activate with property

2007-06-19 Thread Wendy Smoak
On 6/19/07, Clifton [EMAIL PROTECTED] wrote: I have a profile declared in my global team's pom.xml that controls the deployment location for our projects. (It includes the distribution management section.) I want to use it for the child poms so I declared it to activate with a property. I can

Re: Web Interface for making Maven based releases

2007-06-19 Thread Wendy Smoak
On 6/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So firstly, anyone know of any web based interfaces for executing Maven commands? Continuum has a release feature that can handle multi-module releases. It doesn't do everything on your list but would be somewhere to start...

Re: Multiple Continuum instances on a single server

2007-06-16 Thread Wendy Smoak
On 6/16/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: The closest I went to was the wrapper.conf file in \bin\win32. In there I found these settings which I set to specific values. However, I was not successful. Is this feature of installing multiple services on a single

Re: Specifying Profile for Continuum Build

2007-06-16 Thread Wendy Smoak
On 6/16/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: When I try to add a build definition for a project in Continuum 1.0.3, I am not able to specify which should be active. I am able to solve this problem if I only have one active profile by setting it to default, but

Re: Unable to install Continuum as a service

2007-06-16 Thread Wendy Smoak
On 6/16/07, Suneet Shah [EMAIL PROTECTED] wrote: Hello, I am trying to install continuum as a service on Windows 2003, but it fails to start. In the log file, I get the following error: STATUS | wrapper | 2007/06/16 21:29:28 | -- Wrapper Started as Service STATUS | wrapper | 2007/06/16

Re: Remote API for 1.1

2007-06-15 Thread Wendy Smoak
On 6/15/07, Wendy Smoak [EMAIL PROTECTED] wrote: [1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel confirmed that that page is for 1.0.3 and 1.1-alpha-2. Oops. The page is for 1.0.3 and 1.1-alpha-1. In alpha-2, things changed-- for example, now xmlrpc

Re: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Wendy Smoak
On 6/15/07, Johan Iskandar [EMAIL PROTECTED] wrote: Is there anyway for us to declare in the parent project's pom a restriction on the set of jar's version to use in building the whole project? Set the versions in dependencyManagement (and pluginManagement) in the parent, and then don't use

Re: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Wendy Smoak
On 6/15/07, Johan Iskandar [EMAIL PROTECTED] wrote: Does this means that if I had 3rd party modules I would also need to remove all version of the 3rd party modules? Sorry what I meant was.. 3rd party modules's poms? No... your definitions in dependencyManagement should be closer and take

Re: Enforcing the use of a profile?

2007-06-15 Thread Wendy Smoak
On 6/15/07, Nathan Maves [EMAIL PROTECTED] wrote: Is there any way within maven to force that a profile is selected? That doesn't make sense to me... if you always want some configuration to be active, then put it in the pom directly rather than in a profile. As always, you'll get better

Re: Remote API for 1.1

2007-06-15 Thread Wendy Smoak
On 6/15/07, Steven Cummings [EMAIL PROTECTED] wrote: I saw from the release notes that the xmlrpc API for Continuum 1.1 has been revamped, but I can't find any specific documentation on it. ... [1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel confirmed that

Re: Maven assembly plugin question

2007-06-14 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath [EMAIL PROTECTED] wrote: Thanks, I seem to get it. While doing a mvn assembly:assembly it is showing me a myapp.zip however, when I do a mvn install i assumed this file will be stored in the .m2\repo it is still showing as package-0.3-SNAPSHOT.zip and not

Re: XML-RPC interface not working in 1.1-alpha?

2007-06-14 Thread Wendy Smoak
On 6/14/07, Jan Lisse [EMAIL PROTECTED] wrote: i'm using continuum 1.1-alpha and want to access its XML-RPC interface. When i start the server on a Linux (Open Suse 10.2) or on a Mac OS X system it is accessable via Webinterface but the XML-RPC interface on Port 8000 is not accessable. There is

Re: Enterprise M2 repository stored in subversion

2007-06-14 Thread Wendy Smoak
On 6/14/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: i have googled for an answer on the question whether it is possible to store an entreprise Maven repository in subversion and build a freshly checkouted project in a computer with an empty local repository. obviously the project's pom will

Re: Compile dont work

2007-06-14 Thread Wendy Smoak
On 6/14/07, MPF [EMAIL PROTECTED] wrote: I get following error if i try to compile my project: C:\work\projects\GATHER~1mvn clean compile ... [INFO] Compilation failure C:\work\projects\GATHER~1\src\main\java\at\pcd\wam\technologie\utility\dataholde r\jsf\DataList.java:[26,21] generics are

Re: Enterprise M2 repository stored in subversion

2007-06-14 Thread Wendy Smoak
On 6/14/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: What is the way to transform a local repository in such a 'remote' repository i think the metadatas will be a bit corrupted (or at least wrongly named). You're correct that local and remote repository metadata is different. I can't find it

Re: Lifecycle Question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Jens Hohl [EMAIL PROTECTED] wrote: when i only compile my multiproject which also contains an war module I get an error when the WAR is module ist compiled that there are missing dependencies. Is that correct ? The war simply have to compile small amount of code against already

Re: Comprehensive list of packaging types?

2007-06-13 Thread Wendy Smoak
On 6/13/07, Greg Thompson [EMAIL PROTECTED] wrote: I ask partly out of curiosity, and partly because I have an ant-based project that generates a set of documents . If I were to mavenize this, I imagine that the bundle of documents would be installed/deployed so that it would be available to

Re: Lifecycle Question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Are the compiled artifacts of the other modules installed in your local repository? Otherwise, the war module won't find them. I don't think this is true. Clear your local repository and try 'mvn package on a multimodule build with

Re: A getting started user behind proxy under win xp problem?

2007-06-13 Thread Wendy Smoak
On 6/13/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Did you configure the proxy? http://maven.apache.org/guides/mini/guide-proxies.html ... and after you do that, add -U on the command line to force Maven to check for updates. The default update policy is once per day, and as far as

Re: best location of parent pom in multi-module builds / subversion

2007-06-13 Thread Wendy Smoak
On 6/13/07, Olivier Dehon [EMAIL PROTECTED] wrote: I used to use the 2nd layout you describe because it made sense as the continuous integration engine that I use (continuum) checks out every project in separate subdirectories for each subproject. That way it didn't checkout all the subprojects

Re: Maven assembly plugin question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath [EMAIL PROTECTED] wrote: mvn -Dproject.build.finalName=my-installer-0.3-SNAPSHOT clean assembly:assembly but it still creates the zip file with the name package-0.3-SNAPSHOT. Can someone tell me if there is something i am missing? Try setting buildfinalName in

Viewing repo contents with IE6

2007-06-12 Thread Wendy Smoak
Is anyone having trouble viewing the repository contents with IE6? With a url such as: http://repo.mycompany.com/archiva/repository/sandbox/com/example/myproject I'm prompted with a File Download - Security Warning dialog box and asked whether I want to save the file (which in this case is a

Re: maven release plugin question

2007-06-11 Thread Wendy Smoak
On 6/11/07, srinivas ramgopal [EMAIL PROTECTED] wrote: Current latest version of maven release plugin from ibiblio has errors. It does? Are they in JIRA? As a workaround, I want to force maven to use the older(the version before the latest one)version of this plugin. This plugin related

Re: Install/deploy a project with a single file

2007-06-10 Thread Wendy Smoak
On 6/10/07, Rahamim, Zvi (Zvi) [EMAIL PROTECTED] wrote: I have a project with only a single xml file. What should I define in the pom.xml file so that it will be installed and deployed? If you really want that file to be the artifact then I suppose you'd have to invent a new packaging type

What fields are searched?

2007-06-09 Thread Wendy Smoak
On MRM-90 Brett pointed out that Archiva already searches class names and package names, which I wasn't aware of. (The results page could use a hint about what qualified each item to be listed. And are the results ranked?) The Search page says 'a variety of data' will be searched... where can

Re: Using properties in continuum scm module

2007-06-09 Thread Wendy Smoak
On 6/9/07, Raúl Arabaolaza Barquín [EMAIL PROTECTED] wrote: How can I specify this properties for the continuum´s scm module to use it? With the arguments tab in my project I can use it in maven calls but continuum is not using it in the first checkout and so the checkout command failed ...

Re: Lifecyle Question

2007-06-09 Thread Wendy Smoak
On 6/9/07, Mac Systems [EMAIL PROTECTED] wrote: Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i have to call somthing like this: maven

<    5   6   7   8   9   10   11   12   13   14   >