Re: Problem with iso9660-maven-plugin

2014-07-03 Thread Roland Asmann
pull requests let me know and I may find some time to investigate, > but I'm not making any promises given my current time commitments > > > On 3 July 2014 15:35, Roland Asmann wrote: > > > Hi all, > > > > I am trying to switch one of our 'projects

Problem with iso9660-maven-plugin

2014-07-03 Thread Roland Asmann
Hi all, I am trying to switch one of our 'projects' to Maven and am running into some problems. The project consists of some shell-scripts (which I want to replace with Maven) and configurations to build an Ubuntu pre-seed Image. What the scripts do in short: - Mount an Ubuntu image - Copy its

Re: maven release from CVS tag

2010-02-02 Thread Roland Asmann
an example using CVS? > > > > > Regards > Maruf > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Roland Asmann Senior Software Engi

Re: Code Coverage for integration tests

2010-01-27 Thread Roland Asmann
t yet with Maven. It's definitely on my list of things I'd like to see! Let us know if you figure it out. :) -- Roland Asmann Senior Software Engineer adesso Austria Service GmbH Bäckerstrasse 1/2/7 T +43 1 5138877-27 A-1010 Wien F +43 1 5

Re: How to create a maven local repository

2009-12-31 Thread Roland Asmann
> On 12/31/09 10:15 AM, Mezigue wrote: >> Hi Roland, >> >> Thanks for your advice. >> >> You are certainly right ; to be true, I should say "you are surely >> right" ! >> :) >> >> Of course, I have no reason to initiate a local repository, but, why was >> this necessary in the previous version of M

Re: Plugins and their versions

2009-12-31 Thread Roland Asmann
> 2009/12/31 Roland Asmann : >> Indeed it does! Works like a charm! >> >> Only one problem now: it reports on several SNAPSHOT plugins, which I >> actually DO want! I know it's not good practice to use snapshots, but >> let >> me explain my case here:

Re: Plugins and their versions

2009-12-31 Thread Roland Asmann
tation floating around on the site, > because I hadn't seen that option before! > > For the maintainers of the plug-in site: >>From the usage-page you can get to old (2007!) descriptions of the >> plug-in > which should probably be updated/removed. > > Roland > > &

Re: Plugins and their versions

2009-12-31 Thread Roland Asmann
oved. Roland > Hi Roland, > > On Thu, Dec 31, 2009 at 7:47 AM, Roland Asmann > wrote: >> >> Now, how can I explain to the enforcer-plugin that this single plug-in >> indeed is allowed to be a snapshot?. >> >> Roland >> > > Even the most casual e

Re: Plugins and their versions

2009-12-31 Thread Roland Asmann
Indeed it does! Works like a charm! Only one problem now: it reports on several SNAPSHOT plugins, which I actually DO want! I know it's not good practice to use snapshots, but let me explain my case here: I have a multi-module build, which is ALWAYS released in a single go. One of my modules is a

Re: How to create a maven local repository

2009-12-31 Thread Roland Asmann
Hi, Just run Maven on a project and everything will solve itself! Or is there a specific reason you only want this initial repository? Roland > > > Hi, > > > > In preceeding Maven version, there was a way to build and initiate a local > repository via the CLI : > > %MAVEN_HOME%\bin\install_rep

Re: Plugins and their versions

2009-12-30 Thread Roland Asmann
Understood, but I'm not interested in the updates, I'm trying to track down the plugins that have no version configured. > It should tell you what the current version is and "suggest" a newer > version > > 2009/12/30 Roland Asmann : >> Justin's sug

Re: Plugins and their versions

2009-12-30 Thread Roland Asmann
ay-plugin-updates > > 2009/12/30 Justin Edelson : >> On 12/30/09 10:26 AM, Roland Asmann wrote: >>> >>> Hi all! >>> >>> I was wondering if there is a plugin that can report all configured >>> plugins in a POM. Important to me would be the configu

Plugins and their versions

2009-12-30 Thread Roland Asmann
hat can do this? Roland Asmann - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: release plugin: version change not only in POMs ?

2009-12-21 Thread Roland Asmann
Then configure the resource-plugin specially for this file of yours: - put the file in src/main/config (or something like that) - have the resource-plugin copy&filter it to target/config (or something, anything but target/classes I would say) - configure the pax-plugin to read from the location us

Re: release plugin: version change not only in POMs ?

2009-12-18 Thread Roland Asmann
Hi, Sorry, didn't read the mail good enough and made some errors in my previous reply! - Put your files in src/main/config with the variables configured - Have the resource-plugin copy&filter them to the root of the project (make sure this is done before the pax-plugin runs) If you use the clean

Re: Sharing files between modules within the same project, for use by sql-maven-plugin

2009-12-18 Thread Roland Asmann
Hi, I guess you could patch the sql-plugin, but maybe you should use the maven-dependency-plugin[1] to unpack your new module for the tests. Then the sql-plugin can just read the unpacked file and you don't need to patch anything. [1] http://maven.apache.org/plugins/maven-dependency-plugin/unpack

Plug-in doesn't see configuration

2009-12-01 Thread Roland Asmann
ct' [0] Inside the definition for plugin 'maven-eclipse-rcp-mojo' specify the following: ... VALUE . Can someone tell me why the project builds as a stand-alone project, but doesn't when I run several projects? -- Roland Asmann CFC Informationssysteme Entwicklungsges

RE: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-21 Thread Roland Asmann
Also, if you use WTP in Eclipse, it will work this way. I'd guess that if you would get it to work, Eclipse would probably build incorrect WAR-files because it would include the contents of that folder as both resources and as real web-application. So, just get used to it, it isn't broken and ther

Re: installing src or javadoc into local repository

2009-10-21 Thread Roland Asmann
way to say, "install this jar with javadoc & > src, AND ALSO the javadoc & src of all its transitive dependencies? I'm > having a heck of a time with this! > > Thanks, > Jamie > > Sean Davis-5 wrote: > > On Fri, Oct 2, 2009 at 8:35 PM, Rol

RE: Property resolution

2009-10-16 Thread Roland Asmann
27;. Roland > Are you passing these to surefire as system properties? > http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html > > If not, how are you passing them? > > -----Original Message- > From: Roland Asmann [mailto:roland.asm...@cfc.at

Strange behavior in hudson when using "-Dmaven.repo.local"

2009-10-15 Thread Roland Asmann
Hi all, I'm sending this to both the maven and the hudson list, because I'm not sure who's causing the problem... When I build my project in Hudson, I use the flag 'Use private Maven repository', to make sure my builds don't conflict and actually build with the dependencies that are available in

Property resolution

2009-10-15 Thread Roland Asmann
Hi all, I am playing around with some properties in my surefire-plugin... I need the ${settings.localRepository} in my tests, but it seems this is not being resolved. Any other properties I try to pass, seem to work... Is this a known bug or am I doing something wrong here? -- Roland Asmann

Re: How can deploy artefacts without rebuilding project ?

2009-10-12 Thread Roland Asmann
t;> > >> But if I execute mvn deploy, it executes install phase again. > >> If I execute mvn deploy:mvn deploy, error occurs: > >> > >> The packaging for this project did not assign a file to the build > >> artifact > >> > >> How can I f

Re: How can deploy artefacts without rebuilding project ?

2009-10-12 Thread Roland Asmann
; The packaging for this project did not assign a file to the build artifact > > How can I fix it ? -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62 E

Re: Unit test project depending on WAR project code

2009-10-07 Thread Roland Asmann
all tests I have. Hope this cleared it up a bit. :-) On Wednesday 07 October 2009 16:41, Chris Bredesen wrote: > Why stop there? I'll just not write ANY code. Stress-free life! :) :) > > On 10/07/2009 10:13 AM, Roland Asmann wrote: > > Personally, I don't put ANY c

Re: Unit test project depending on WAR project code

2009-10-07 Thread Roland Asmann
bscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht W

Re: How to add generated resources directory in a plugin

2009-10-06 Thread Roland Asmann
pecting things in the old location. > > Werber > > Roland Asmann wrote: >> Read the part about editing the plugin again... If you're working on the >> actual castor-plugin, wouldn't it be easier to just separate the sources >> and >> resources instead

Re: installing src or javadoc into local repository

2009-10-02 Thread Roland Asmann
Check the install-mojo for this: http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html Reinstall the jar into your repository and add the 'javadoc' and 'sources' switches or install them separately with the 'classifier' switch. Roland > I apologize for the naive question

Re: How to add generated resources directory in a plugin

2009-10-02 Thread Roland Asmann
t; >> all know, this is error-prone. > >> > >> As such, I tried to add code to the Maven plugin for Castor > >> as follows: > >> > >> Resource resource = new Resource(); > >> resource.setDirectory( getResourceDestination().getAbsolutePath() )

Re: M2 : cvsignore and archetypes

2009-10-02 Thread Roland Asmann
tarted to use the antrun plugin. > >>> I > >>> wanted to know if you can please share some documentation on using > >>> seperate > >>> modules. Should I use parent-child modules ? > >>> -- > >>> View this message in context: >

Re: How to add generated resources directory in a plugin

2009-10-02 Thread Roland Asmann
new LinkedList(); > includes.add( "**/*.cdr" ); > resource.setIncludes( includes ); > project.addResource( resource ); > > Problem is that once I add that code, the Java source files start > showing up in target/classes, which is not ideal. > > Any idea what's

Re: M2 : cvsignore and archetypes

2009-10-02 Thread Roland Asmann
We are doing something similar in our company, although I curently can't tell you the exact solution (not at work yet). I believe we are using some renaming-scheme like calling those files '${DOT}cvsignore' and then have the archetype replace the variable 'DOT' with '.'. As I said, I'm not 100% s

Re: How to add generated resources directory in a plugin

2009-10-01 Thread Roland Asmann
e code snippets, I can > see in the target folder after a plugin run and subsequent compilation > the compiled Java classes, the resource file and the source files. > > How can I avoid the source files to be copy across ? > > Regards > Werner > > Roland Asmann wrote: > >

Re: How to add generated resources directory in a plugin

2009-10-01 Thread Roland Asmann
e > test resources paths? (Except for using the build-helper plugin) > > Best regards, > Eric > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail:

Re: [ANN] Maven Trap

2009-09-29 Thread Roland Asmann
>> variable, giving you full control over which features you want without > > >> modifying your Maven installation. > > >> > > >> For more information, see > > > > http://mrdonbrown.blogspot.com/2009/09/introducing-maven-trap-honey-pot-f > >or.htm

Re: Communication between plugins

2009-09-29 Thread Roland Asmann
On Tuesday 29 September 2009 14:19, Jörg Schaible wrote: > Roland Asmann wrote at Dienstag, 29. September 2009 13:12: > > OK, so maybe I should've written a bit more about what I meant. > > > > I indeed meant to create a normal jar-dependency on the plugin and write &g

Re: Communication between plugins

2009-09-29 Thread Roland Asmann
e wrong. > > You cannot extend plugins in a different group id. you need to create a > standard jar dependency and have your plugins be thin wrappers on top of > the jar dependency. > > If multiple plugins need to share data, AFAIK they should store that data > in MavenSess

Re: Communication between plugins

2009-09-29 Thread Roland Asmann
and can't be used by plugins > invoking other plugins directly. > > I would be grateful if someone could point me in right direction. -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien

Re: Multi-module build/dependency behavior?

2009-09-28 Thread Roland Asmann
ersion 2.0.10. It works fine if > the > developer switches to 2.1 or 2.2.1. > > -Dave > > On Mon, Sep 28, 2009 at 8:31 AM, Roland Asmann > wrote: > >> And like I said: compare the settings.xml files on both systems, maybe >> there's >> something diff

Re: Multi-module build/dependency behavior?

2009-09-28 Thread Roland Asmann
om the developer what version of maven he > is using (I think 2.1) and then I'll create a JIRA for this. > > -Dave > > On Mon, Sep 28, 2009 at 8:08 AM, Roland Asmann wrote: > > The behavior on system 2 is somehow wrong... Maybe it has something to do > > with > >

Re: Multi-module build/dependency behavior?

2009-09-28 Thread Roland Asmann
t's scope > is provided. The desired behavior is as system 1, where dependent builds > depend on the final output of A.) > > Whey are these builds different? System 1 is the assumed correct behavior, > right? Is this somehow configurable?? > > -Dave > > On Mon, Se

Re: Multi-module build/dependency behavior?

2009-09-27 Thread Roland Asmann
; C:\Users\steve.seagraves\.m2\repository\org\apache\lucene\lucene-highlighter\2.3.0\lucene-highlighter-2.3.0.jar, > > > C:\Users\steve.seagraves\.m2\repository\org\apache\lucene\lucene-snowball\2.3.0\lucene-snowball-2.3.0.jar, > > > C:\Users\steve.seagraves\.m2\repository\tsmCo

Re: Building Multiple Eclipse with Maven

2009-09-27 Thread Roland Asmann
> On Mon, Sep 28, 2009 at 7:07 AM, Jason van Zyl > wrote: >> >> I just ran it on a project and that's not what it did. I'm not talking >> only about multi-module projects but other projects you may refer to. >> I'm often working on several related projects where I need to work with >> them all at

Re: Building Multiple Eclipse with Maven

2009-09-27 Thread Roland Asmann
> > On 2009-09-27, at 1:40 PM, Roland Asmann wrote: > >>> >>> On 2009-09-27, at 6:59 AM, Nayan Hajratwala wrote: >>> >>>> if you're using the m2eclipse plugin, building project b will force >>>> a build of project a... but all the j

Re: Building Multiple Eclipse with Maven

2009-09-27 Thread Roland Asmann
> > On 2009-09-27, at 6:59 AM, Nayan Hajratwala wrote: > >> if you're using the m2eclipse plugin, building project b will force >> a build of project a... but all the jar files will be installed into >> and resolved from your local maven repository (~/.m2/repository), >> not the target directory. >

Re: Multi-module build/dependency behavior?

2009-09-27 Thread Roland Asmann
It's looking for dependencies in target/classes? Really? Normally, Maven reads the POM in the directory you start it from. If this POM contains modules, those are loaded as well (and if they have modules, those are loaded too... ad infinitum). Then, if some of those modules have dependencies to ea

Re: Eclipse as a dependency

2009-09-27 Thread Roland Asmann
I believe that openArchitectureWare also uses the eclipse-formatter. At least they have several eclipse-jars in their repo (although I honestly have no idea how old/new thea are). You might want to check those out? http://www.openarchitectureware.org/m2/ Roland > there are some jars already the

Incorrect artifacts in repository

2009-09-23 Thread Roland Asmann
might be a good idea to sync those as well... So, if I'm not supposed to post this here, I'm sorry --> please direct me to the right place. Otherwise I hope someone can look into this problem and fix it! -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckers

Re: Maven2 jsf-web project on Eclipse with details

2009-09-18 Thread Roland Asmann
me specification of system are ; > >>> ---Apache tomcat 6.0 > >>> ---myFaces 1.2.7 for jsf > >>> ---Eclipse galileo (3.5 with WTP 3.1) > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/Maven2-jsf-web-p

Re: Maven2 jsf-web project on Eclipse with details

2009-09-18 Thread Roland Asmann
Maybe this might help you out: http://maven.apache.org/plugins/maven-eclipse-plugin/examples/multi-module-projects.html > > I want to explain my problems with more details. My aim is to make a > maven2 > based jsf project and I followed these below steps; > > 1. Apache tomcat 6 was installed and e

Re: Maven2 jsf-web project on Eclipse with details

2009-09-18 Thread Roland Asmann
Have you included TomCat in your server-list in Eclipse? Does the imported project show as a WAR-project? Have you added the project to TomCat? Did eclipse perhaps change the URL under which the application can be reached? Do you run TomCat from Eclipse? Lots of question that you still haven't ans

Re: Maven2 jsf-web project on Eclipse

2009-09-17 Thread Roland Asmann
ned with eclipse. Some specification of system are ; > ---Apache tomcat 6.0 > ---myFaces 1.2.7 for jsf > ---Eclipse galileo (3.5 with WTP 3.1) -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43

Re: Cobertura in EAR artefacts

2009-09-14 Thread Roland Asmann
ses' of maven's site-build to include the updated cobertura-results. And maybe it needs mentioning, maybe not: stay away from the 'clean'-goal between these passes! :-) On Monday 14 September 2009 18:03, Roland Asmann wrote: > Couldn't you just package the cobertura-jars

Re: Cobertura in EAR artefacts

2009-09-14 Thread Roland Asmann
cause they are aggregated > * independently* ! > Although I'm sure I could have almost ~40% of test coverage on Business > layer with the execution of tests on Web layer :( > > Someone already faced the problem ? > > Thanks in advance > Frederic -- Roland Asmann CFC I

Re: Skipping deployment of module

2009-09-14 Thread Roland Asmann
l#skip > > Declare this in the aggregator pom. Have you tried it and it doesn't > > work? > > > > /Anders > > > > On Fri, Sep 11, 2009 at 15:48, Roland Asmann wrote: > >> Hi all, > >> > >> Is it possible to skip deployment of a sp

Question about site deployment

2009-09-11 Thread Roland Asmann
something like this with the 2.0 branch of Maven? Thanks, -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62 Email: roland.asm...@cfc.at Web: www.cfc.at

Re: Skipping deployment of module

2009-09-11 Thread Roland Asmann
are this in the aggregator pom. Have you tried it and it doesn't work? > > /Anders > > On Fri, Sep 11, 2009 at 15:48, Roland Asmann wrote: > > Hi all, > > > > Is it possible to skip deployment of a specific module when triggering > > 'mvn deploy&#

Skipping deployment of module

2009-09-11 Thread Roland Asmann
body knows, I might just give it a try and see what it does... Thanks. [1] http://maven.apache.org/plugins/maven-deploy-plugin/faq.html -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88

Re: difference between snapshot and rc

2009-08-31 Thread Roland Asmann
difference between snapshot and rc , when maven > repository has both which one should I use -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62 Email: rol

Re: Maven keeps looking for a POM for an artifact that's already in my local repository

2009-08-26 Thread Roland Asmann
guess it's looking for the POM, but how can I tell Maven that there will > never be a POM for this artifact? > > Thanks, > > Chris > > - > To unsubscribe, e-mail: users-unsubscr...@mave

Re: Maven keeps looking for a POM for an artifact that's already in my local repository

2009-08-26 Thread Roland Asmann
tell Maven that there will > never be a POM for this artifact? > > Thanks, > > Chris > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.o

Re: maven build from central repossitory

2009-08-21 Thread Roland Asmann
central/in-house repository instead of using > the local .m2 repo ? > > I realise cleaning .m2 will force the artifacts download from Nexus (our > repo manager). But since we run builds through Hudson I cannot always > create .m2 when I have builds queued up. > > Thanks ! --

Re: maven eclipse plugin workspace dependencies resolution

2008-02-07 Thread Roland Asmann
Costa Oliveira, Pedro Manuel wrote: > Refreshes are configured. > I tried your suggestion, but .. No luck ;) > > -Original Message- > From: Roland Asmann [mailto:[EMAIL PROTECTED] > Sent: jeudi, 7. février 2008 16:39 > To: Maven Users List > Subject: Re: mave

Re: maven eclipse plugin workspace dependencies resolution

2008-02-07 Thread Roland Asmann
ary as a project > dependency (can debug easily any changes done to dependant projects) and > not as an artifact dependency. > > Thanks a lot, > Pedro > > -Original Message- > From: Roland Asmann [mailto:[EMAIL PROTECTED] > Sent: jeudi, 7. février 2008 16:06

Re: maven eclipse plugin workspace dependencies resolution

2008-02-07 Thread Roland Asmann
rgot to mention that before, sorry!) On Thursday 07 February 2008 16:00, da Costa Oliveira, Pedro Manuel wrote: > I'm using maven-eclipse-plugin 2.5-SNAPSHOT. > Shouldn't it contain the latest code/fixes? > > -Original Message- > From: Roland Asmann [mailto:[EMAIL PR

Re: maven eclipse plugin workspace dependencies resolution

2008-02-07 Thread Roland Asmann
resolved and added to my library path. > However that is not working, it still resolves the artifact jar in my > local repository. > > Has anyone been able to make this work? > > Regards, > > Pedro -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H B

Re: JavaDoc aggregate-problems

2008-01-27 Thread Roland Asmann
browse/MJAVADOC-137). It seems to be caused by > @aggregator in the javadoc 2.3. Maybe, we could downgrade it to > version 2.2and try? I'm interested in knowing if it can solve the > problem ... > > > On 1/26/08, Roland Asmann <[EMAIL PROTECTED]> wrote: >> >>

Re: JavaDoc aggregate-problems

2008-01-26 Thread Roland Asmann
find it hard to believe that nobody has mentioned this before, because this will make things impossible for projects that are a little larger than average or have lots of/slow tests! On Friday 25 January 2008 19:31, Roland Asmann wrote: > Hi all, > > Is there a way to tell Maven t

JavaDoc aggregate-problems

2008-01-25 Thread Roland Asmann
ay?) - surefire-report:report - surefire-report:report-only Any help would be greatly appreciated! -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62

JavaDoc Warnings

2007-11-26 Thread Roland Asmann
ugins? Atm I get all my warnings because of tags like '@goal', '@phase' and the other Maven-tags. If nothing exists yet, I might write something myself (which will probably end up being donated to the community), but if somehting already exists, I can save myself the tim

Re: [eclipse plugin] How to use other project

2007-11-16 Thread Roland Asmann
:52, Daniele Dellafiore wrote: > Hi. > > I am trying to figure out if it is possible to define in pom what > other eclipse projects, present in the workspace, have to be included > in project classpath. > > Anyone knows? > > Thanks. -- Roland Asmann CFC Informationssyste

Re: 2 way parent-module POM dependency required?

2007-11-15 Thread Roland Asmann
ing and I agree it's probably the best solution in your scenario. On Thursday 15 November 2007 15:25, Stuart McCulloch wrote: > On 15/11/2007, Roland Asmann <[EMAIL PROTECTED]> wrote: > > True. One question though: why do you use the 'relativePath'-attribute? > &

Re: how to use profiles exclusively? (HELP!)

2007-11-15 Thread Roland Asmann
> > > devel > > > !environment.type > > > > > > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] >

Re: triggering profiles without using command line and without running the default profile?

2007-11-15 Thread Roland Asmann
If this triggers the same exception, add the tool-project shortly, just to make sure you can run this command! On Thursday 15 November 2007 15:08, Roland Asmann wrote: > Run 'mvn help:active-profiles' to see which profiles are activated. Seems > like the property is not handed d

Re: 2 way parent-module POM dependency required?

2007-11-15 Thread Roland Asmann
True. One question though: why do you use the 'relativePath'-attribute? This shouldn't be really necessary, or am I missing something here? On Thursday 15 November 2007 14:35, Stuart McCulloch wrote: > On 15/11/2007, Roland Asmann <[EMAIL PROTECTED]> wrote: > > H

Re: triggering profiles without using command line and without running the default profile?

2007-11-15 Thread Roland Asmann
cts(DefaultMaven.java:527) at > org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:364) ... 11 > more > Caused by: java.io.FileNotFoundException: > /opt/kernel/alias/alias-tool/tool/pom.xml (No such file or directory) > at java.io.FileInputStream.open(Native Method) &

Re: How to control versioning across multiple POMs?

2007-11-15 Thread Roland Asmann
things around as long as we can get the multiple > types of releases and can control the versions. > > What is the most maintainable way to handle this? > Thanks! > -AZ > > On Nov 15, 2007 10:58 AM, Roland Asmann <[EMAIL PROTECTED]> wrote: > > Looking into your POMs

Re: triggering profiles without using command line and without running the default profile?

2007-11-15 Thread Roland Asmann
t; alias-api/api > alias-impl/impl > alias-impl/pack > alias-tool/tool > > > > > Is it possible to combine them and have come up with something like > this? (probably not) > > > sakai.distribution > core > > > !sakai

Re: 2 way parent-module POM dependency required?

2007-11-15 Thread Roland Asmann
gt; > > ... > > > > > > As a result, we end up with this 2-way linkage bewteen these POMs > > > which ends up not being very flexible since all of the POMs have to > > > know about each other. > > > > > > This seems to be what the docs indicate but I m

Re: 2 way parent-module POM dependency required?

2007-11-15 Thread Roland Asmann
e > we doing something dumb here? > > Sample parent here: > https://source.sakaiproject.org/contrib/caret/kernel/pom.xml Sample child > here: > https://source.sakaiproject.org/contrib/caret/kernel/alias/pom.xml > > Thanks for the help! > -AZ -- Roland Asmann CFC Informationss

Re: How to control versioning across multiple POMs?

2007-11-15 Thread Roland Asmann
gt; > You can view the source here if you like: > master: https://source.sakaiproject.org/svn/master/trunk/pom.xml > base: https://source.sakaiproject.org/contrib/caret/kernel/pom.xml > sample project: > https://source.sakaiproject.org/contrib/caret/kernel/alias/pom.xml > > -AZ

Re: triggering profiles without using command line and without running the default profile?

2007-11-15 Thread Roland Asmann
l -Pkernel" (which is to not run the default profile anymore and > only run the profile that I wanted)? > > -AZ > > On Nov 14, 2007 5:40 PM, Roland Asmann <[EMAIL PROTECTED]> wrote: > > Check the profile-documentation and use the property-activation. > > > &

Re: triggering profiles without using command line and without running the default profile?

2007-11-14 Thread Roland Asmann
o trigger it using some setting in a POM file but any > method where the user who is building the code can still type "mvn > clean build" is fine. > > Can anyone help? > Thanks > -AZ -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäcke

Re: issue with plugin beeing reused

2007-11-09 Thread Roland Asmann
And the ant-run is defined in the parent? Or in the separate modules? On Friday 09 November 2007 16:47, nicolas de loof wrote: > Not the case. > I only have a parent pom to group modules, and all modules are on the same > hierarchival level. > > 2007/11/9, Roland Asmann &l

Re: Plugins and Multiple projects

2007-11-09 Thread Roland Asmann
> Thanks for the help, > Grant > > From: "Roland Asmann" <[EMAIL PROTECTED]> > Date: November 8, 2007 6:39:51 PM EST > To: "Maven Users List" > Subject: Re: Plugins and Multiple projects > > > Seeing that you build the 'other-project

Re: issue with plugin beeing reused

2007-11-09 Thread Roland Asmann
> ${project.build.directory}/generated-sources/castor > > > > run > > > > > > ant-contrib > ant-contrib &g

Re: What does Configuration Tag in CI Management ?

2007-11-09 Thread Roland Asmann
il Tag ? > Looking at the XSD for the pom i found this : > > Extended configuration specific to > this notifier goes here. > > thanks, > Jens > > > > > > - > To unsubscribe, e-mail: [EM

Re: issue with plugin beeing reused

2007-11-09 Thread Roland Asmann
in another > module. > It seems the plugin has been reused by maven, with no consideration for != > dependencies. > > Known issue ? > Any workaround ? > > Nico. -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155

Re: Project dependencies use case

2007-11-09 Thread Roland Asmann
e cobertura plugin > configuration then i get my tests run twice. > > Roland Asmann wrote: > > And just running 'clean install'? Since it triggers cobertura as well, > > shouldn't that be enough? > > > > On Friday 09 November 2007 13:37, H

Re: Project dependencies use case

2007-11-09 Thread Roland Asmann
ally if i do "install > cobertura:check" my tests are run twice. If i just do "cobertura:check" > the tests are only run once. I reported this here > (http://jira.codehaus.org/browse/MCOBERTURA-76). > That's why i was trying to avoid having to install. > > Thanks... >

Re: Project dependencies use case

2007-11-09 Thread Roland Asmann
mpiling with the installed artifact of B from the night before. Which > again, isn't what i'd like. > > How do you solve this without having to install every project every hour ? > > Roland Asmann wrote: > > I presume you have this use-case in your IDE, since Maven w

Re: Project dependencies use case

2007-11-09 Thread Roland Asmann
de and not it's installed artifact. > > Am i making any sense ? > > Thanks in advance. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Roland Asmann CFC Informationssysteme Entwicklungs

Re: Building a limited set of modules based on pom (or somehow)?

2007-11-09 Thread Roland Asmann
ne of the many many projects (that all rely on a parent > POM) is here: > https://source.sakaiproject.org/svn/content/branches/SAK-12105/pom.xml > > -AZ > > On Nov 8, 2007 7:52 PM, Roland Asmann <[EMAIL PROTECTED]> wrote: > > I'm not really sure if I completely un

Re: Dependency on another project

2007-11-09 Thread Roland Asmann
Also, do NOT change anything in the POMs of your projects! The new project with POM is only a sort of helper-project with a 'builder-POM'. On Thursday 08 November 2007 20:08, Roland Asmann wrote: > Sorry I didn't point that out a little better: Yes, it should be a new &g

Re: Plugins and Multiple projects

2007-11-08 Thread Roland Asmann
Seeing that you build the 'other-project' as well, wouldn't it be easier to just throw in a pom.xml in that directory and configure the ant-run there? That way your project 'is' a Maven-project from now on! ;-) I believe that's the easiest solution, because a pom-type-project (parent-project) does

Re: what version of the documentation am I looking at

2007-11-08 Thread Roland Asmann
http://maven.apache.org/plugins/maven-dependency-plugin/project-summary.html On that page (project-summary) you can always find the version. > Is it possible to easily find out what version of the documentation I'm > looking at when I look at the plugin docs? > > For example: > > http://maven.ap

Re: Building a limited set of modules based on pom (or somehow)?

2007-11-08 Thread Roland Asmann
I'm not really sure if I completely understand what you want. I'll check your project out tomorrow at work (have no SVN here) and try and see if I can figure out what you exactly want and how best to solve this. > On Nov 8, 2007 12:43 PM, Roland Asmann <[EMAIL PROTECTED]> wrot

RE: maven constantly rebuilding everything

2007-11-08 Thread Roland Asmann
maven-jar-plugin > > > false > > > > > > > -Original Message- > From: Roland Asmann [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 08, 2007 10:55 AM > To: Maven Users List > Subject: Re: maven constantly rebuilding

Re: Dependency on another project

2007-11-08 Thread Roland Asmann
gt;>> the >>> problem being that I must do this everytime I update any dependency of >>> project A must re-run eclipse:eclipse, which overwrites the .classpath >>> file >>> >>> Is there a way of adding, in the dependency element, a reference to >&g

Re: maven constantly rebuilding everything

2007-11-08 Thread Roland Asmann
Go here: http://jira.codehaus.org/browse/MSOURCES Open up an account (it's free ;-) ) and fill out a new issue. On Thursday 08 November 2007 16:52, EJ Ciramella wrote: > Um, how does one file a jira ticket for something like this? > > -Original Message- > From: Rola

  1   2   3   >