Assembly plugin includes directories

2007-07-30 Thread Petar Tahchiev
Hi guys, I have the following situation: I have configured the assembl plugin so that it produces an archive that contains the content of another two archives. My assembly descriptor is this one: assembly formats formatjar/format /formats

Re: Assembly plugin includes directories

2007-07-30 Thread Petar Tahchiev
[EMAIL PROTECTED]: Check your assembly descriptor for A:B and A:C, make sure you've set the includeBaseDirectory property for them to false. Andrew -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 5:43 PM To: Maven Users List

Re: Assembly plugin includes directories

2007-07-31 Thread Petar Tahchiev
includeBaseDirectory being a valid element under dependencytSet. Try removing it, and re-running the assembly by first running clean: mvn clean assembly:assembly -- Eric Redmond http://blog.propellors.net On 7/30/07, Petar Tahchiev [EMAIL PROTECTED] wrote: Andrew hi, and thank you for the swift

Re: Assembly plugin includes directories

2007-08-04 Thread Petar Tahchiev
]: On your dependencySet, add outputFileNameMapping/ (empty element). I've fixed this in 2.2-beta-2-SNAPSHOT, but it's still broken in the latest release (beta-1). -john On Jul 31, 2007, at 2:52 PM, Petar Tahchiev wrote: Eric hi, thank you for your suggestions, but unfortunatelly it didn't help

Dependency problem

2006-11-28 Thread Petar Tahchiev
Hello everybody, here is my problem: I have a project that consists of many modules: let's say moduleA, moduleB, moduleC, etc. Now when I run mvn test-compile what happens is that maven's surefire plugin starts to compile the JUnit tests of the modules. But the problem is that moduleA has some

Re: Dependency problem

2006-11-28 Thread Petar Tahchiev
. Wayne On 11/28/06, Petar Tahchiev [EMAIL PROTECTED] wrote: Hello everybody, here is my problem: I have a project that consists of many modules: let's say moduleA, moduleB, moduleC, etc. Now when I run mvn test-compile what happens is that maven's surefire plugin starts to compile

Trouble with external links

2006-11-30 Thread Petar Tahchiev
I'm having trouble getting Maven 1 features on the site to work in Maven2 (I am using site.xml in M2 as opposed to the navigation.xml from M1). I know it's finding my site.xml because other changes to it are showing up... 1) Cannot get external link and open in a new window icons to work... On

Source code in multiple modules problem

2006-12-01 Thread Petar Tahchiev
Hello to everybody, I am currently trying to refactor a source tree that used to be built with Ant. The source tree contains of three modules ModuleA, ModuleB and ModuleC. At startup a property is being given, and based on that property only one of these modules is being built. The problem is

Re: Source code in multiple modules problem

2006-12-02 Thread Petar Tahchiev
http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files? ) Hope this helps, Lars On 12/2/06, Petar Tahchiev [EMAIL PROTECTED] wrote: Hello to everybody, I am currently trying to refactor a source tree that used to be built with Ant. The source tree

Re: Source code in multiple modules problem

2006-12-02 Thread Petar Tahchiev
On 02/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 12/1/06, Petar Tahchiev [EMAIL PROTECTED] wrote: how to merge the two source-trees from moduleA and one of these: moduleB or ModuleC? You could build a jar from module A, then use the dependency plugin to unpack the contents of it where

Re: [M2] How to run a testng singletest with surefire ?

2006-12-05 Thread Petar Tahchiev
On 05/12/06, Alexandre Touret [EMAIL PROTECTED] wrote: hello, I have described my problem recently in a post but I have had no response. So I that s one of my prioblems: I m trying to run maven-surefire-plugin with testng. I specified a testsuite in a xml file. Unfortunately, I have the

Re: DefaultArtifactRepository subversion location?

2006-12-05 Thread Petar Tahchiev
On 06/12/06, Ole Ersoy [EMAIL PROTECTED] wrote: Oooh - Very Cool - I'll definitely be putting find to good use in the future. Thanks, - Ole --- Max Cooper [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:~/svn/apache/maven$ find . -name DefaultArtifactRepository.java

Site generation - Maven differes Forest

2006-12-11 Thread Petar Tahchiev
First of all I want to appologize if this is already discussed but i couldn't find it in the archives or google-ing. My question is actually very simple. When having some xdoc files that produce a nice site using forrest, it turns out that the xdoc file-format for maven site generation is

Re: Site generation - Maven differes Forest

2006-12-12 Thread Petar Tahchiev
to validate them (see the section on validation on the above page). HTH, -Lukas Petar Tahchiev wrote: First of all I want to appologize if this is already discussed but i couldn't find it in the archives or google-ing. My question is actually very simple. When having some xdoc files that produce

Cargo ver.0.8 missing on maven1 repo ibiblio

2006-12-21 Thread Petar Tahchiev
Hello group, I couldn't find the cargo libraries: cargo-core-api-modulehttp://repository.codehaus.org/org/codehaus/cargo/cargo-core-api-module/0.8/cargo-core-api-module-0.8.jar

Assembly package problem

2006-12-30 Thread Petar Tahchiev
Hello guys, I have this problem: my project constists of multiple modules. The point is that the last module is built last and should be packaged with the classes from the previous modules. I do this by adding -- plugin

Re: Assembly package problem

2006-12-30 Thread Petar Tahchiev
On 30/12/06, Petar Tahchiev [EMAIL PROTECTED] wrote: Hello guys, I have this problem: my project constists of multiple modules. The point is that the last module is built last and should be packaged with the classes from the previous modules. I do this by adding

Problem with ear-plugin

2007-01-01 Thread Petar Tahchiev
Hi guys, Happy New Year to all of you. I have the following problem: I have a project in which I produce some jars and wars which get installed in the local repository. The in one of my modules I want to package some of those jars and wars into an ear archive, so I do this in my pom: build

Re: Problem with ear-plugin

2007-01-02 Thread Petar Tahchiev
way you tell the ear pom what you want in the ear is by including dependencies on the artifacts you want packaged up, and, yes, those dependencies are pulled from the repository. -- Bryan -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Monday, January 01, 2007 2:01

Wrong dependency version problem?

2007-01-03 Thread Petar Tahchiev
Hi gyus, I am not sure if this is the right place to ask for help, as my problem is more like cargo related, but anyway... I have a project that depends on some cargo stuff. When I run mvn install I get this error: INFO] --

Question about injecting properties in a Mojo

2007-01-09 Thread Petar Tahchiev
Hi gyus, I have the following question: Is it possible to inject (instantiate a property) in a mojo with some other technique, other than annotation? I am asking because I have the following problem: I want in my mojo to call other mojo but since the other mojo doesn't have a put method, but

Re: Question about injecting properties in a Mojo

2007-01-09 Thread Petar Tahchiev
On 09/01/07, Petar Tahchiev [EMAIL PROTECTED] wrote: Hi gyus, I have the following question: Is it possible to inject (instantiate a property) in a mojo with some other technique, other than annotation? I am asking because I have the following problem: I want in my mojo to call other mojo

Running a plugin only for the submodules.

2007-01-22 Thread Petar Tahchiev
Hello gyus, this time a very simple question: Is there a way to execute a plugin only for the submodules you have and not for the present pom.xml. For instance: I have a parent pom.xml which has several modules. Each of the modules makes an assembly so I place the common code: build

JDK Dependent build

2007-01-22 Thread Petar Tahchiev
Hi again, I have a build and I want to make it JDK dependent. For instance if you are triggering maven with a java that is older than 1.4 then a message is displayed Upgrade your java and try again. Is this possible? I tried with the prerequisites tag, but the only inner element that it

Re: ear plugin

2007-01-24 Thread Petar Tahchiev
On 24/01/07, Stoyan Petkov [EMAIL PROTECTED] wrote: Hi guys, I am trying to add an extra resource (sun-application.xml) to an application ear using maven ear plugin, but I can not find any information how to do it. Can you please help? Kind regards toyan I am not sure if this will

Re: transitivity path to resolved dependency

2007-01-24 Thread Petar Tahchiev
On 24/01/07, Gabriele Contini [EMAIL PROTECTED] wrote: Hi, we have a project structure with many modules and inherited dependencies. How can we find out the transitivity path for any given dependency? For example : Path to dependency: 1) fop:fop:jar:0.20.5 2)

Re: Maven 2 and xdoclet 1.2 and sample

2007-01-24 Thread Petar Tahchiev
On 24/01/07, Vidya Mahavadi [EMAIL PROTECTED] wrote: Hi everyone, I am starting to work on Maven, xdoclet now. I am looking a for a plugin to work with Maven 2 and xdoclet 1.2 and sample to get me started. Can anyone please help me? Thanks, This e-mail is subject to a disclaimer, available

Maven-surefire qurious problem when extending it

2007-01-25 Thread Petar Tahchiev
Hi guys, I have a very unusual problem with the maven-surefire-plugin ver. 2.2 I want to write my own plugin, and as part of it's functionality is to run a couple of junit tests. So I extend the MavenSurefirePlugin and my plugin looks like this: public class MyMojo extends SurefirePlugin {}

Re: how to copy mupltiple resource files

2007-01-26 Thread Petar Tahchiev
On 26/01/07, adingfelder [EMAIL PROTECTED] wrote: I got my jar creation working using the maven-jar-plugin but I also need to copy some resources such as property files, dlls and readme files etc. Is there an easy way to copy either specific files, or alternatively all files from a secondary

Re: Maven-surefire qurious problem when extending it

2007-01-26 Thread Petar Tahchiev
- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 12:52 PM To: Maven Users List Subject: Maven-surefire qurious problem when extending it Hi guys, I have a very unusual problem with the maven-surefire-plugin ver. 2.2 I want to write my own plugin, and as part of it's

Is it possible to start a maven2 process in your code.

2007-01-29 Thread Petar Tahchiev
Hi guys, Is there a way to instantiate a maven project process in the in my java program? I mean is it possible to do something like this: public static void main(String[] args) { MavenProject mavenProject = new MavenProject(new Model()); ProjectExecutor executor = new

Re: Is it possible to start a maven2 process in your code.

2007-01-30 Thread Petar Tahchiev
On 30/01/07, Milos Kleint [EMAIL PROTECTED] wrote: google for maven embedder. Milos On 1/30/07, Petar Tahchiev [EMAIL PROTECTED] wrote: Hi guys, Is there a way to instantiate a maven project process in the in my java program? I mean is it possible to do something like this: public

Maven-rdf plugin

2007-01-30 Thread Petar Tahchiev
Hi gyus, I hust wanted to ask if anyone knows a maven rdf (Resource Description Framework) plugin as I didn't find myself. The problem is that when I use the xml plugin to transform my rdf files to xdoc ones, I cannot explicitly set the name of the outputted files(or can I?) and so they get

Re: Renaming file with Maven 2 without Ant

2007-03-07 Thread Petar Tahchiev
On 07/03/07, Markku Saarela [EMAIL PROTECTED] wrote: Hi, Is it possible to rename file with Maven2 without Ant? I spent some time for digging this information for web but no luck. rgds, Markku - To unsubscribe, e-mail:

Re: Maven build to run Cactus test with clover

2007-03-15 Thread Petar Tahchiev
2007/3/16, raju [EMAIL PROTECTED]: Hi, I am working on Using Maven and cactus along with Clover for Integration testing.Has anyone tried out something on similar lines. It could be great if someone could provide a simple example for the same or some useful links where i could find some

Re: ejb3 on Linux

2007-03-19 Thread Petar Tahchiev
2007/3/19, Vidya Mahavadi [EMAIL PROTECTED]: Hi, I have posted this question earlier, but I am still struggling to find a solution. Any one who has come across the problem or have a work around can help me. I have a ejb3 application and I am generating a jar file which I am deploying it on

Re: ejb3 on Linux

2007-03-19 Thread Petar Tahchiev
2007/3/19, Vidya Mahavadi [EMAIL PROTECTED]: In the project set up I have those two xml files in META-INF folder(upper case). But when maven generates the jar file it puts them in a lower case folder. :( Petar Tahchiev [EMAIL PROTECTED] 19/03/2007 16:43 Please respond to Maven Users List

Re: What does this [Warning] mean?

2007-03-28 Thread Petar Tahchiev
2007/3/28, Sean Qiu [EMAIL PROTECTED]: [WARNING] Component returned which is not the same manager. Ignored. component= [EMAIL PROTECTED] -- Sean Qiu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Maven2 plugin for Cactus

2007-04-11 Thread Petar Tahchiev
2007/4/11, Sambit Bharimalla [EMAIL PROTECTED]: Hi, I have developed a J2EE project. I have choosen Maven2 for automation build process. My J2EE project involves some incontainer test cases written in Cactus. I need suggestion if following is possible or not. I want to - i- compile

Re: xdoc test results for Dennis

2008-03-26 Thread Petar Tahchiev
Anybody working on this? I have the exact same issue as drekka mentions and it's still an year after his letter. Is this issue still opened? I really can't believe it Regards, Petar. drekka wrote: Hi Dennis, TO ensure you have everything I've uploaded a log file by executing

Re: xdoc test results for Dennis

2008-03-26 Thread Petar Tahchiev
I have no idea, but I totally see this behaviour. Maybe we should open a ticket? Dennis Lundberg-2 wrote: Is this in JIRA? If so which issue is it? Petar Tahchiev wrote: Anybody working on this? I have the exact same issue as drekka mentions and it's still an year after his

Re: how set manifestEntries with maven-assembly-plugin

2008-03-30 Thread Petar Tahchiev
I want to do the exact same, but it seems that the assembly plugin only accepts manifest addDefaultImplementationEntriestrue/addDefaultImplementationEntries addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries /manifest which does not include the

Select ear module from filesystem

2008-08-03 Thread Petar Tahchiev
Hi guys, I have an ear archive with lots of modules. The point is that I am having some modules I want to include in the ear, and these modules are not present in the local repository. Is there a way I can include them, by pointing the ear archiver on the filesystem where they are located? I

Re: Select ear module from filesystem

2008-08-05 Thread Petar Tahchiev
Anybody on this? Petar Tahchiev wrote: Hi guys, I have an ear archive with lots of modules. The point is that I am having some modules I want to include in the ear, and these modules are not present in the local repository. Is there a way I can include them, by pointing the ear

Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-15 Thread Petar Tahchiev
B 2014-12-16 0:26 GMT+02:00 Stephen Connolly stephen.alan.conno...@gmail.com : You raise a fair point, and for that reason I am changing my vote to B On 15 December 2014 at 13:15, Gary Gregory garydgreg...@gmail.com wrote: As cute as Shutgun might seem, for some unspecified definition

Classloader issues

2015-02-11 Thread Petar Tahchiev
Hi there, I have the following maven project setup: master | module1 | class ClassA (has annotation @Annotation) | module2 | class ClassB (also has annotation @Annotation) and I'm building it with maven, and I use an AbstractProcessor during compilation

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Petar Tahchiev
Hello, as far as I know there is no way to exclude the maven archetype plugin declaration from the resulting pom. The last release of the maven archetype added the possibility to filter out some folders or files you don't want to end up in the archetype (like .git or .svn folders, or .eclipse).

[ANN] Apache Maven Archetype 2.4 Released

2015-08-15 Thread Petar Tahchiev
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype, version 2.4 Archetype is a tool for setting up new Maven projects. Release Notes are here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122version=12330295 Enjoy, -The Apache Maven

Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-25 Thread Petar Tahchiev
+1 2015-12-25 10:03 GMT+02:00 Kristian Rosenvold : > +1 > 24. des. 2015 23.34 skrev "Michael Osipov" <1983-01...@gmx.net>: > > > Hi, > > > > as previously suggested, it makes sense to retire those skins because > > they haven't been updated for a long time and we don't

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 2)

2016-06-14 Thread Petar Tahchiev
You need to build the snapshot version of maven-findbugs-plugin. 2016-06-14 19:46 GMT+03:00 Anton Tanasenko : > Christian? Anyone? > > 2016-06-13 1:19 GMT+03:00 Anton Tanasenko : > > > I've tried running m2eclipse tests with 3.4.0-SNAPSHOT maven.

Re: Faisalfe JUNIT RunListener

2017-06-15 Thread Petar Tahchiev
Hi guys, reporting back. This seems to be an issue in maven-failsafe-plugin:2.18.1 After I update the version to 2.20 it works fine. 2017-06-14 8:29 GMT+03:00 Petar Tahchiev <paranoia...@gmail.com>: > Hey guys, > > so I've been playing with JUnit's RunListener lately. Here's m

Faisalfe JUNIT RunListener

2017-06-13 Thread Petar Tahchiev
Hey guys, so I've been playing with JUnit's RunListener lately. Here's my RunListener: public class MockMvcRestRunListener extends RunListener { private static final Logger LOG = LoggerFactory.getLogger(AbstractFacadeRestIntegrationTest.class); public static Map

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Petar Tahchiev
We have a issue with the dependencies plugin open for a long time: https://issues.apache.org/jira/browse/MDEP-516 I would be interested to test if your plugin has the same issue or actually works :) На ср, 17.10.2018 г. в 13:58 ч. Oliver B. Fischer написа: > Sounds great. I will test it! > >