activeProfiles and maven-invoker-plugin problem

2007-08-31 Thread S . Bloch
Hi I've got a problem. When I'm running invoker:run with active profile defined in settings.xml evrything works fine. But when i want to activate profile through commandline -P profile, invoker don't get it. Is there a way to get current profile name from some varible like

Surefire classpah problem

2007-06-21 Thread S . Bloch
Hi I've got problem with surefire plugin. It looks like it has some classpath problem. As you can see below, there is cglib-nodep in classpath or rather it shows there is cglib. + Error stacktraces are turned on. Maven version: 2.0.6 . . . [DEBUG] Configuring mojo

Is there a way to stop executing current project and return to the parent Is there a way to stop executing current project and return to the parent project?

2006-08-22 Thread S . Bloch
Hi I've got a problem. Is there a way to exit child project and getting back to parent project= ?? I'm writing simple plugin that checks if there were any local modificat= ions in files. If there weren't, it should go back to the parent project and check ano= ther child project Any

Is there a way to access MavenSession, PlexusContainer from plugin?

2006-08-22 Thread S . Bloch
Hi, Is there a way to access MavenSession, PlexusContainer or any other object from within pugin, that could give me acces to Lifecycle. I need to create plugin that would stop executing other phases in current project and let it go to the parent project depending on some circumstance. Thanks

Re: Failures with downloads

2006-01-16 Thread S . Bloch
Pozdrawiam Sebastian Błoch

[m2] Where can i find plugins sources?

2006-01-16 Thread S . Bloch
Where can i find plugins' sources? I need javadoc sources. I've got a problem and i don't have time to wait for somebody to fix it. I could fix it myself but i need sources. Where can i get them? Pozdrawiam Sebastian Błoch

[m2] BIG problem with maven-antrun-plugin and workshop.core.AppClassLoader

2006-01-13 Thread S . Bloch
Hi I've got a BIG problem with maven-antrun-plugin and a classloader from workshop.core.AppClassLoader from knex.jar (Weblogic). When I was using ant, i'd to add: -client -Djava.system.class.loader=workshop.core.AppClassLoader -classpath

Re: xmlbeans plugin

2006-01-06 Thread S . Bloch
To make it work you need to add this dependency dependency groupIdstax/groupId artifactIdstax/artifactId version1.1.1-dev/version scopecompile/scope exclusions exclusion artifactIdxmlbeans-jsr173-api/artifactId groupIdxmlbeans/groupId

Where to specify fileset for multiple schema files with plugin xmlbeans for m2??

2006-01-04 Thread S . Bloch
Where to specify fileset for multiple schema files with plugin xmlbeans for m2?? Right now im using something like this, but i doesen't work. Please help. plugin groupIdorg.codehaus.mojo/groupId artifactIdxmlbeans-maven-plugin/artifactId executions

Problem with xmlbeans ant fileset

2006-01-04 Thread S . Bloch
I'm using maven2 and i'm trying to us xmlbeans plugin. I need to set files so could find them. Please HELP!!! My pom.xml looks like this, but fileset dosen't work: PLEASE!! I't urgent!!! plugin groupIdorg.codehaus.mojo/groupId artifactIdxmlbeans-maven-plugin/artifactId

RE: Where to specify fileset for multiple schema files with plugin xmlbeans for m2??

2006-01-04 Thread S . Bloch
It doesn't work becouse I have many xsd files in many subdirectories. schemaDirectorysrc/xsd/schemaDirectory looks for xsd files only in this directory and not in subdirectories. In a documentation i've founded that in my case i should use fileset. In fact it was in description of

RE: Where to specify fileset for multiple schema files with plugin xmlbeans for m2??

2006-01-04 Thread S . Bloch
I have many xsd files in many subdirectories. schemaDirectorysrc/xsd/schemaDirectory looks for xsd files only in this directoryand not in subdirectories. In a documentation i've founded that in my case i should use fileset. It was in description of sourceSchemas.

BEA wli.jar knex.jar ValidateTag problem

2005-08-25 Thread S . Bloch
Hi I'm wondering if any of you had a problem with wepappbuild from BEA in maven? i've got this problem: [webappbuild] [ERROR] Description: The class com.bea.wli.worklist.control.validation.TaskSelectorValidation does not implement the interface com.bea.control.ValidateTag. I didn't have it

My maven.dependency.classpath is empty

2005-07-27 Thread S . Bloch
Hi I've got a problem. My maven.dependency.classpath is empty. My maven.repo.local shows correct dir. I've checked .maven/repository and it is not empty. I can't use libs from .maven/repository. I'm using maven-1.0.2 on linux. Plz help. Sebastian