Re: Building WAR files with/without EAR context

2016-11-18 Thread Stefan Seidel
files also in a servlet container? Because if not, you could mark the ejb/ejb-client dependency as provided. That's how we solved that. Stefan - On Thursday 17 November 2016 15:07:31 Stefan Seidel wrote: > On 17 Nov 2016, Clemens von Musil wrote: > >

Re: Corrupt surefire booter?

2016-02-02 Thread Stefan Seidel
it is time to re-download the jar, this can happen if they access the same .m2/repository. Stefan - On Tuesday 02 February 2016 14:28:17 Stefan Seidel wrote: > Hello Apache Maven community, > > In a Maven 3.3.3 and surefire 2.19 build I got this buil

Re: How to arrange dependency management for maven reactor if child modules are versioned independently?

2015-07-02 Thread Stefan Seidel
) etc. For example I think that direct consequence of this approach is that I would have to release parent module whenever any of child modules are released. Although this is doable, it would impact the original idea of having an independent versioning. -- Stefan Seidel Projektleiter

Re: Multi-Module and differing artifactId

2011-08-22 Thread Stefan Seidel
regards, Stefan Seidel Software developer VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 fax.+49 (341) 9 60 50 92 mail. ssei...@vub.de web.www.vub.de VUB Printmedia GmbH HRB Köln 24015 GF Dr. A. Preuss Neudorf, Dr. C. Preuss Neudorf

Multi-Module and differing artifactId

2011-08-18 Thread Stefan Seidel
, which is tedious with large projects. I even tried to use ${project.parent.scm.connection}, which evaluates fine with help:evaluate, but will not expand when used in the scm connection. Any help? Stefan -- best regards, Stefan Seidel Software developer VUB Printmedia

Re: Limiting dependency resolution depth

2010-12-10 Thread Stefan Seidel
...@maven.apache.org -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 fax.+49 (341) 9 60 50 92 mail. ssei...@vub.de web.www.vub.de VUB Printmedia GmbH HRB Köln 24015 GF Dr

Re: How to download transitive dependencies

2010-12-03 Thread Stefan Seidel
- because of the dependencyManagement entries, you will only need groupId, artifactId and maybe type. Stefan -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 fax.+49 (341) 9 60 50

Re: Multiple projects - one artifact

2010-10-04 Thread Stefan Seidel
Antonio - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler

Re: Site documentation format choosing

2009-07-29 Thread Stefan Seidel
On Wed, 29 Jul 2009 10:44:28 +0200 Lukas Theussl ltheu...@apache.org wrote: turn it also lacks in flexibility and misses advanced functionality, eg (from the top of my head): - no advanced formatting and layout (eg tables) Wrong, tables are easily possible. - no meta-information What do

Re: How to perform a deploy only

2009-03-30 Thread Stefan Seidel
...@maven.apache.org -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 fax.+49 (341) 9 60 50 92 mail. ssei...@vub.de web.www.vub.de VUB Printmedia GmbH HRB Köln 24015 GF Dr

Re: How to perform a deploy only

2009-03-26 Thread Stefan Seidel
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel

Re: How to add a jar file to a ear with Maven?

2009-03-06 Thread Stefan Seidel
Hi, you setup is a bit weird. To correct way to implement this is to set up an extra pom.xml (module) which has packgingear/packaging and a dependency to my_child_project. Then the EAR will build correctly because it complies with the Maven rule: one pom.xml, project, module, whatever you call

Re: Maven-copy-plugin

2009-03-06 Thread Stefan Seidel
wanted to know is maven-copy-plugin still exist in maven repositories or it has been obsolete. If not then can anyone please tell me what other plugin can be used to copy some files from one location to other. Regards Vishal -- Mit freundlichen Grüßen, Stefan Seidel Software

Re: Exclude properties in certain situations

2009-02-20 Thread Stefan Seidel
this file in certain situations. Is pretty annoing to go back and comment out lines in the pom for deployment. -- Mit freundlichen Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 fax.+49 (341) 9 60 50

Re: Maven Integration for Eclipse - does it support modules?

2009-02-18 Thread Stefan Seidel
] - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- best regards Stefan Seidel Software Developer VUB Printmedia GmbH Chopinstraße 4, D-04103 Leipzig tel.+49 (341) 9 60 50 93

Re: Recursive Dependency versions problem ?

2009-02-18 Thread Stefan Seidel
Grüßen, Stefan Seidel Software-Entwickler VUB Printmedia GmbH Chopinstraße 4, 04103 Leipzig tel.+49 (341) 9 60 50 93 fax.+49 (341) 9 60 50 92 mail. ssei...@vub.de web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf, Dr. Christian

Re: Running ALL tests and fail at the END

2009-02-10 Thread Stefan Seidel
are executed) Is there any other option to achieve that all tests are executed with a fail notification at the end? (I have also played around with 'maven.test.haltafterfailure' but it seemed not to have any effect) Thanks for any help! -- Mit freundlichen Grüßen, Stefan Seidel

Re: Dependency report fails

2008-11-12 Thread Stefan Seidel
I added a comment to the bug showing how to disable the dependencies report. HTH, Stefan On Wed, 12 Nov 2008 07:14:46 -0500 EJ Ciramella [EMAIL PROTECTED] wrote: Can the dependency report be configured to skip a series of depenencies? If it can, I don't see a way... -Original

Re: Simplest possible http repo setup?

2008-08-27 Thread Stefan Seidel
Hi, do you really need HTTP PUT for your repo? Can you not do scp or even file? Also, maybe you want to use maven-proxy, which is old, but very lightweight, stable and and can serve from a custom repository plus acts as a cache for repo1 (central), which saves you bandwidth and time. Also,

Re: maven release:perform get java.lang.OutOfMemoryError

2008-08-20 Thread Stefan Seidel
: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr

Re: Specific version/dependency resolving in maven

2008-07-29 Thread Stefan Seidel
You should use version ranges[0] and/or the release plugin[1]. Stefan [0] http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges [1] http://maven.apache.org/plugins/maven-release-plugin/ Victor

Re: surefire doesn't detect failed tests. (forkMode = always and jdk1.4)

2008-07-28 Thread Stefan Seidel
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web

Re: packaging wars

2008-07-25 Thread Stefan Seidel
. -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf

Re: How to use ear plugin? Am I stupid??

2008-07-23 Thread Stefan Seidel
/plugin /plugins /build regards, Stefan [0] http://en.wikipedia.org/wiki/EAR_(file_format) -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail

Re: Remove inherited config

2008-07-23 Thread Stefan Seidel
? Jerome - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103

Re: Multi Inheritance

2008-07-22 Thread Stefan Seidel
: It would be useful having a pom which specifies db specific dependencies and a pom which specifies web specific dependencies, and my app could be child of both those pom(s). Thanks in advance, best regards Raffaele -- best regards, Stefan Seidel software developer VUB

Re: Maven cobetura plugin 2.2 not working [C1]

2008-07-22 Thread Stefan Seidel
(if it is one) Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF

Re: how maven run its plugin goals through java API????

2008-07-22 Thread Stefan Seidel
regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf, Dr

Re: How to use ear plugin? Am I stupid??

2008-07-22 Thread Stefan Seidel
It is really very easy, you add the artifacts you want to include in the EAR as dependencies to the pom.xml. Modules refers not to Maven modules, but to the WARs and EJB-JARs that are included in the EAR. If dependencies and packaging are relatively new for you, I recommend reading one of

Re: Continuum and Archiva mail address.

2008-07-22 Thread Stefan Seidel
the sender... -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim

Re: simple zip/tar packaging

2008-07-18 Thread Stefan Seidel
the maven assembly plugin[0] that does all that? Stefan [0] http://maven.apache.org/plugins/maven-assembly-plugin/ -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60

Re: A question about maven site and the created JavaDocs

2008-07-18 Thread Stefan Seidel
erm, maybe you should look here: http://java.sun.com/j2se/javadoc/ Stefan thomas2004 wrote: Hi Marco, You are right. But where can I find information about the order of such parameter settings? I use Eclipse. After I type the @ and Ctrl-space, I get a context menu with a list of paramaters

Re: Deploy a site generated by mvn site with FTP

2008-07-18 Thread Stefan Seidel
in advance for your help regards, Alexandre -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015

Re: Maven2+Jboss support(what's the future of jboss with maven2)

2008-07-01 Thread Stefan Seidel
/container configuration typeexisting/type homeE:\Softwares\jboss-4.0.5.GA\server\default/home /configuration /configuration /plugin Cheers! Renu -Original Message- From: Stefan Seidel [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Maven2+Jboss support(what's the future of jboss with maven2)

2008-07-01 Thread Stefan Seidel
:291) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) -Original Message- From: Stefan Seidel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 2:07 PM

Re: problem installing the oracle library ojdbc14.jar

2008-07-01 Thread Stefan Seidel
-plugin' not found in repository: Unable to determine the latest version org.apache.maven.plugins:maven- -X install-plugin:pom:LATEST (...) Any idea? Thanks in advance. -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103

Re: problem installing the oracle library ojdbc14.jar

2008-07-01 Thread Stefan Seidel
. These options only shows a more detailled error message. The build error is the same without these options. Any other idea? Stefan Seidel escribió: hi, the problem seems to be your -X. Try without -e and without -X. Stefan María Isabel López Sánchez-Huete wrote: Hí, I'm

Re: Maven2+Jboss support(what's the future of jboss with maven2)

2008-06-30 Thread Stefan Seidel
. -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim

Re: Include resources from other module in .jar

2008-06-27 Thread Stefan Seidel
property/xml files inside them, so I would like to keep the resources in a separate module, in one place, and just include them in 5 jars. Thanks for any help, Anne PS. Please don't be cryptic, I'm very new to maven ;) -- best regards, Stefan Seidel software developer VUB

Re: Include resources from other module in .jar

2008-06-27 Thread Stefan Seidel
to each of the including jar's poms and it works. Is it possible to configure it so the plugin configuration is in one place ? Didn't work out when i placed it in root pom. Anne VUB Stefan Seidel wrote: Hi, one option is to extract the B jar using the dependency plugin: build plugins

Re: Running all tests ignoring failures

2008-06-19 Thread Stefan Seidel
Hi, what always worked was: mvn ... -Dmaven.test.failure.ignore=true Stefan Balasubramanian, Ravi Shankar wrote: Hi all, I need a way in maven (using the surefire-plugin) to run all tests in a project ignoring any test failures that might occur. All my tests are independent of each

Re: More one phase for the execution's plugin

2008-05-30 Thread Stefan Seidel
/brian/2008/05/26/1211857049779.html HTH, Rémy -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln

Re: build ear problem

2008-04-21 Thread VUB Stefan Seidel
? Thank you very much. -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread VUB Stefan Seidel
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread VUB Stefan Seidel
Max Bowsher wrote: Bernhard David wrote: in maven 2.0.8 I can put the following in a pom to execute first cargo:start then cargo:deploy in the pre-integration-test phase. In 2.0.9, maven executes deploy first, which breaks the build. VUB Stefan Seidel wrote: AFAIK, the execution of plugins

Re: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread VUB Stefan Seidel
not work with two different plugins - that's what I had here. Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web

Re: Executing a hook before reading a POM

2008-04-15 Thread VUB Stefan Seidel
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50

Re: Packaging of test-jar

2008-04-14 Thread VUB Stefan Seidel
packaging of the test-jar is always outputted. Advice appreciated. J -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92

Re: maven 2 + cargo plugin

2008-04-11 Thread VUB Stefan Seidel
and profiles.xml configured... i am trying to figure out what command i can use when building the parent project that will be the equivalent of calling something like: mvn cargo:deployer-redeploy -Pdev on each individual project -- best regards, Stefan Seidel software developer

Re: Multi-module site, why must I do mvn clean install site?

2008-04-04 Thread VUB Stefan Seidel
. It's mainly a question of understanding how maven works. Stefan Paul G wrote: Why do I have to run install to get a multi-module project to work correctly? Is this a bug? -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103

Re: a war can't use classes from another war

2008-03-20 Thread VUB Stefan Seidel
There was a plugin that created uber-wars, that is, overlayed WARs containing resources from both WARs. But I agree with the others that shared classes should be in a JAR. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Packaging selected class file

2008-03-14 Thread VUB Stefan Seidel
in order to achieve this, such as : mvn package -Pclient1 to package client1.jar Is that possible in maven ? If yes, any sample that I can refer to ? Thanks. -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel

Re: Version Range Specification

2008-03-13 Thread VUB Stefan Seidel
groupIdaxis/groupId artifactIdaxis/artifactId /exclusion ... Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail

Re: Adding goals to pom.xml

2008-03-13 Thread VUB Stefan Seidel
the ant plugin, but then how do i link it to a target instead of a phase? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer

Re: Version Range Specification

2008-03-13 Thread VUB Stefan Seidel
-- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf, Dr

Re: How to use maven-bundle-plugin for packaging type other than bundle or jar

2008-03-12 Thread VUB Stefan Seidel
/plugin Thanks, Sahoo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D

Re: How to disable maven-compiler-plugin for jar packaging

2008-03-12 Thread VUB Stefan Seidel
Try build plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration excludes**/*.*/excludes /configuration /plugin /plugins /build or something similar. Stefan Sahoo wrote: Hi, I have an unusual requirement where I want to replace maven-compiler-plugin by another

Re: property substitution in site files?

2008-03-07 Thread VUB Stefan Seidel
processing these files, huh? Is there a switch to turn that on? Should I just hack it by running my site files through a resource filter? Thanks, Paul -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel

Re: Extending maven to accomplish some tasks

2008-03-06 Thread VUB Stefan Seidel
Ah, the universal antrun solution. Guys, maven is better than ant, why do you keep using ant? For copying the built file use dependency plugin: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId executions

Re: [m2] compiling a generic method with maven fails

2008-03-06 Thread VUB Stefan Seidel
Now, I discovered that under Maven 2 with the following maven-compiler-plugin configuration: configuration source1.6/source target1.6/target /configuration Add forktrue/fork Stefan - To

Re: Extending maven to accomplish some tasks

2008-03-06 Thread VUB Stefan Seidel
into the artifact, there is another plugin. See http://maven.apache.org/plugins/ for a good start, and also http://mojo.codehaus.org/plugins.html. Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel

Re: Extending maven to accomplish some tasks

2008-03-06 Thread VUB Stefan Seidel
Tomasz Pik wrote: On 3/6/08, VUB Stefan Seidel [EMAIL PROTECTED] wrote: phaseinstall/phase Is there a way to setup it so maven will 'copy' artifact in 'package' phase, without installing artifact to local repo? phasepackage/phase? Maybe even phaseverify/phase. Then run mvn

Re: Extending maven to accomplish some tasks

2008-03-06 Thread VUB Stefan Seidel
Tomasz Pik wrote: On 3/6/08, VUB Stefan Seidel [EMAIL PROTECTED] wrote: Tomasz Pik wrote: On 3/6/08, VUB Stefan Seidel [EMAIL PROTECTED] wrote: phaseinstall/phase Is there a way to setup it so maven will 'copy' artifact in 'package' phase, without installing artifact

Re: Test classpath problem in multi module project

2008-03-04 Thread VUB Stefan Seidel
Hi Petr, I have a default.persistence.properties in the artifact with the EJB3 abstract test case. There I can specify whatever I like. Also, in the jboss in deploy/ejb3.deployer/META-INF there is another persistence.properties where I specify the production properties. Stefan Petr Nejedly

Re: jspc precompile

2008-03-04 Thread VUB Stefan Seidel
groupIdorg.apache.struts/groupId artifactIdstruts-taglib/artifactId version[1.0,)/version /dependency /dependencies (group and artifact id are just guessed, you'll need to find out more maybe). Hope that helps, Stefan -- best regards, Stefan Seidel software developer

Re: javax.naming.CommunicationException: Receive timed out problem

2008-03-04 Thread VUB Stefan Seidel
the tests to the integration-test phase (See http://adminsight.de/2006/04/04/integration-and-unit-test-strategies-with-maven2) regards, Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341

Re: jspc precompile

2008-03-04 Thread VUB Stefan Seidel
precompile the jsps to know if they'll be working / to redeploy them on tomcat server, without restarting the server? Yes, with mvn jspc:compile. Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel

Re: jspc precompile

2008-03-04 Thread VUB Stefan Seidel
there is a solution, but I think this is more a bug in maven, something like http://jira.codehaus.org/browse/MNG-472 Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60

Re: Creating sources jar

2008-03-04 Thread VUB Stefan Seidel
files - is it possible to also create install MyProject-1.1-source.jar and MyProject-1.1-java-api.jar at the same time? Thanks in advance, Stefanie -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel

Re: Jsp precompile

2008-03-03 Thread VUB Stefan Seidel
[EMAIL PROTECTED] wrote: Hi, Hi, firstly, and again: Do NOT just reply to a random message from the mailing list when you start a new topic. Write a NEW MAIL to the mailing list. Trying to precompile Jsp's but can't get it to work. I tried the plugins: Maven jspc plugin:

Re: Jsp precompile

2008-03-03 Thread VUB Stefan Seidel
the compiler plugin modify the web.xml IIUC? But then the compilation is not in effect, because within the web.xml the /...jsp are mapped to the compiled ones, so I think you will need to let that happen if you want to use the precompiled JSPs. -- best regards, Stefan Seidel software developer

Re: javax.naming.CommunicationException: Receive timed out problem

2008-03-03 Thread VUB Stefan Seidel
] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB

Re: ftp://ibiblio.org/pub/packages/maven2 wiped out?

2008-03-03 Thread VUB Stefan Seidel
Jan Torben Heuer wrote: Martin Gainty wrote: both ftp and http sites for maven2 appear 'down' Is there a backup repository? Yes, the one you have running locally using maven-proxy, archiva or proximity so that the main repo has less load. SCNR, Stefan -- best regards, Stefan Seidel

Re: Trouble with Tomcat / MyFaces in Maven JUnits

2008-02-28 Thread VUB Stefan Seidel
webapp directory and moved on. Ugly, but it works. -Josh On Feb 26, 2008, at 7:37 AM, VUB Stefan Seidel wrote: Hi, I could be totally wrong, but I remember something like tomcat scanning the JARs in java.class.path for JSP tag libraries. As maven does not set java.class.path to the test class

Re: Dependency must run before

2008-02-28 Thread VUB Stefan Seidel
that a plugin A has to be run before? If yes, is this configuration evaluated by Maven so that A will really be run before B because of this dependency? Regards, Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig

Re: copy files with scp after install

2008-02-28 Thread VUB Stefan Seidel
! -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf

Re: Cargo: custom ctx path for deployment

2008-02-27 Thread VUB Stefan Seidel
-P regards, Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251

Re: Test classpath problem in multi module project

2008-02-26 Thread VUB Stefan Seidel
Street, London, W1T 1AL. Registered in the UK No.4094951. This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel

Re: Retrieving surefire classpath from a test class

2008-02-26 Thread VUB Stefan Seidel
Klimetschek [EMAIL PROTECTED] -- Alexander Klimetschek [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer

Re: Cargo does not work when using profiles in the pom.xml (profile IS active).

2008-02-26 Thread VUB Stefan Seidel
Hi, why do you use pluginManagement within a profile? Also, you can always define the plugin outside the profile in pluginManagement without the executions and within the profile with the executions. Have you tried mvn cargo:start -Pjboss anyway? Stefan Marcelo Alcantara wrote: Hi, I am

Re: Trouble with Tomcat / MyFaces in Maven JUnits

2008-02-26 Thread VUB Stefan Seidel
) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:419) ... 21 more -- best regards, Stefan Seidel software developer VUB Printmedia GmbH

Re: Retrieving surefire classpath from a test class

2008-02-26 Thread VUB Stefan Seidel
12:11 schrieb VUB Stefan Seidel: I am looking for a solution to that too. My workaround was until now to pick specific classes whose JAR files I needed and do _class.getResource(/ + _class.getCanonicalName().replace(., /) + .class).toString().replaceAll(-client.jar!, .jar!).replaceFirst

Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-25 Thread VUB Stefan Seidel
. Stefan -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-25 Thread VUB Stefan Seidel
). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax

Re: how to define a goal which wil depends on other goal in maven?

2008-02-22 Thread VUB Stefan Seidel
commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015

Re: Overriding Plugin Configuration in Settings.xml

2008-02-21 Thread VUB Stefan Seidel
. - -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED

Re: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread VUB Stefan Seidel
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de

Re: Shared modules and versioning

2008-02-21 Thread VUB Stefan Seidel
Create an extra artifact A of packing type pom. Declare the dependency to the shared module M within A, with the version you want/need. In your projects P1, P2, ... declare a dependency on A (here, a version range is useful, since A is your own project). Thus, all projects P1...Px use the same

Re: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread VUB Stefan Seidel
I added a comment to http://jira.codehaus.org/browse/MNG-3244. You may want to add you votes. Apparently, it was originally planned to not append the artifact id unless the URL would end with a /. Stefan Ben Lidgey wrote: -Original Message- From: VUB Stefan Seidel [mailto:[EMAIL

Re: maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread VUB Stefan Seidel
planned to not append the artifact id unless the URL would end with a /. Stefan Ben Lidgey wrote: -Original Message- From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] Sent: 21 February 2008 09:52 To: Maven Users List Subject: Re: maven appends sub-project artifactId to urls - Please help Hi

Re: Problem with property inheritance in maven site plugin

2008-02-20 Thread VUB Stefan Seidel
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49

Re: tgz in compile.classpath of antrun

2008-02-20 Thread VUB Stefan Seidel
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB

Re: Surefire / Surefire-report 2.4.1 and java heap space

2008-02-20 Thread VUB Stefan Seidel
Hi, I know that findbugs is crazy about memory. Maybe you are also affected by http://jira.codehaus.org/browse/SUREFIRE-449 and http://jira.codehaus.org/browse/MJAVADOC-171 and your plugins and tests run too often. You could just increase the heap size using $MAVEN_OPTS=-Xmx512m Stefan

Re: Maven2 / Archiva / Informations about artifacts

2008-02-19 Thread VUB Stefan Seidel
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax

Re: Assembly Plugin and ejb-client jars

2008-02-18 Thread VUB Stefan Seidel
the purpose. Richard -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE

Re: maven-compiler-plugin: setting testSourceDirectory for an execution

2008-02-18 Thread VUB Stefan Seidel
] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf

Re: Surefire plugin 2.3 - 2.4.1 not working.

2008-02-14 Thread VUB Stefan Seidel
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer

Re: Junit report and surefire plugin

2008-02-13 Thread VUB Stefan Seidel
. -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel.+49 (341) 9 60 50 07 fax.+49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web.www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss

Re: Nexus repository manager

2008-02-13 Thread VUB Stefan Seidel
Technology - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig

Re: Javadoc:jar error: Not executing Javadoc as the project is not a Java classpath-capable package

2008-02-12 Thread VUB Stefan Seidel
Thanks Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103

  1   2   >