Best practice wrt. `mvn install`, multi-module projects, and running one submodule

2012-05-22 Thread Thomas Broyer
]: https://github.com/tbroyer/gwt-maven-archetypes [2]: http://jira.codehaus.org/browse/JETTY-1206 [3]: http://jira.codehaus.org/browse/JETTY-1517 [4]: https://github.com/tbroyer/gwt-maven-archetypes/pull/13#issuecomment-5809904 -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: Mojo @execute with both phase and goal

2012-07-03 Thread Thomas Broyer
On Mon, Jul 2, 2012 at 10:03 PM, Olivier Lamy ol...@apache.org wrote: 2012/7/1 Thomas Broyer t.bro...@gmail.com: Hi all, Let's say I have a mojo that requires both a phase (process-classes) and a goal (war:exploded) to be executed before it itself is run, am I right to think that I should

Re: Mojo @execute with both phase and goal

2012-07-03 Thread Thomas Broyer
Le 3 juil. 2012 16:42, Olivier Lamy ol...@apache.org a écrit : 2012/7/3 Wayne Fay wayne...@gmail.com: Am I on the right track? What would be the best practice? Perso I would use the lifecycle approach which is more IMFO in the maven supported approach. Is that your frank opinion or

Re: How does Maven download the latest snapshot from Nexus?

2012-07-09 Thread Thomas Broyer
On Mon, Jul 9, 2012 at 3:28 PM, hujirong jirong...@gmail.com wrote: Hi When we use Maven with Nexus's snapshot repository, how does Maven know which one to use? I can see we continuously create new snapshots with the same version but a different timestamp, and Maven will already take the

Re: Dependencies between the test sections of modules?

2012-07-17 Thread Thomas Broyer
(and of course generate and attach it in P.Core). See http://maven.apache.org/guides/mini/guide-attached-tests.html -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

[ANN] gwt-maven-plugin 2.5.0-rc1 Released

2012-07-17 Thread Thomas Broyer
-plugin/artifactId version2.5.0-rc1/version /plugin Release Notes http://mojo.codehaus.org/gwt-maven-plugin/whats_new.html Enjoy, -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr

Re: write maven plugin that operate Sonar

2012-07-19 Thread Thomas Broyer
On Thu, Jul 19, 2012 at 1:12 PM, dror dror.ba...@gmail.com wrote: Hi, I'm a little entangled with this.. Should i write it in plugin scope? you have maybe a code example? See http://mojo.codehaus.org/sonar-maven-plugin/ -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: Maven 3 deployment authentication

2012-08-23 Thread Thomas Broyer
/plugins/maven-deploy-plugin/usage.html -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to Sign a .par file through Maven

2012-08-29 Thread Thomas Broyer
and the necessary dependencies to be bundled in the PAR archive. -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Guava artifact version issues

2012-09-24 Thread Thomas Broyer
have to change your code. -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-compiler-plugin woes

2012-10-04 Thread Thomas Broyer
Your dependency is set to runtime scope, so it's not use at compile time. Eclipse is way more limited than Maven: it only has a single build path for the project. M2Eclipse should configure the build path equivalent to Maven's test scope but I can't tell for eclipse:eclipse, seems clearly broken

Two mojos of the same plugin: one has all compile source roots, the other hasn't

2012-10-05 Thread Thomas Broyer
? If one wants to try it: mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.5.0-rc1 then mvn gwt:run or mvn gwt:run-codeserver Thanks in advance -- Thomas Broyer /tɔ.ma.bʁwa.je

[ANN] gwt-maven-plugin 2.5.0-rc2 Released

2012-10-12 Thread Thomas Broyer
-plugin/artifactId version2.5.0-rc2/version /plugin Release Notes http://mojo.codehaus.org/gwt-maven-plugin/whats_new.html Enjoy, -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

[ANN] gwt-maven-plugin 2.5.0 Released

2012-11-04 Thread Thomas Broyer
Hi, I'm pleased to announce the release of the gwt-maven-plugin version 2.5.0. http://mojo.codehaus.org/gwt-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: plugin groupIdorg.codehaus.mojo/groupId

Re: mvn release:prepare

2012-11-06 Thread Thomas Broyer
branch as well inside the tag. Assuming you're using Subversion (create tag inside tags folder), isn't that how it's supposed to work? -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Filtering web.xml?

2012-11-06 Thread Thomas Broyer
to mess up with webResources then) http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#filteringDeploymentDescriptors -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Checkstyle Plugin: Upgrade dependency to Checkstyle v5.6

2012-11-13 Thread Thomas Broyer
artifactIdcheckstyle/artifactId version5.6/version /dependency /dependencies /plugin -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users

Re: can't find maven dependencies

2012-11-27 Thread Thomas Broyer
~org.jboss.soa.bpel.console.ModelAdaptor import com.google.gson.*; http://search.maven.org/#search%7Cga%7C1%7Cfc%3A%22com.google.gson%22 -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr

Re: assembly plugin - pass property from pom.xml to assembly descriptor

2012-11-28 Thread Thomas Broyer
/nexus-oss-webapp/pom.xml -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: hi, is these any properties like ${project.module} in maven's system properties?

2012-12-03 Thread Thomas Broyer
dependencySets dependencySet outputDirectorymodule1/lib/outputDirectory scoperuntime/scope /dependencySet /dependencySets /binaries /moduleSet thanks a -- Thomas Broyer /tɔ.ma.bʁwa.je

Seeking feedback on “Recursive Maven considered harmful”

2012-12-17 Thread Thomas Broyer
Maven core developers/contributors. Has this been ever discussed? If yes, is this planned or has it been dismissed? In the latter case, for which reasons? Thanks in advance, -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail

Re: Seeking feedback on “Recursive Maven considered harmful”

2012-12-17 Thread Thomas Broyer
), and other side-effects of not tracking changes (compilation, resource-copying and packaging; leading again to mvn clean); nothing that cannot be fixed though. -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users

Re: Seeking feedback on “Recursive Maven considered harmful”

2012-12-17 Thread Thomas Broyer
On Mon, Dec 17, 2012 at 12:47 PM, Mark Struberg strub...@yahoo.de wrote: I really like to pick up the work again, but currently busy with graduating another project. The next important points to do are * inter-project change detection. If you have a dependency to another project which

Re: Seeking feedback on “Recursive Maven considered harmful”

2012-12-17 Thread Thomas Broyer
On Mon, Dec 17, 2012 at 2:08 PM, Arnaud Héritier aherit...@gmail.com wrote: But yes all plugins should have an update/incremental behavior but it's not easy to do because there are many factors that may require to rebuild some parts of your project (You may edit your settings.xml, a pom.xml

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread Thomas Broyer
user guide mentions that snapshots will be described later in the guide - but they aren't. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas

Re: building from latest trunk

2013-01-07 Thread Thomas Broyer
On Mon, Jan 7, 2013 at 3:32 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Those docs are in the process of being rewitten... they are sadly not what they should be. AFAIK you will need GIT to get the latest core distribution... If you dont need latest, you can get the release

Re: building from latest trunk

2013-01-07 Thread Thomas Broyer
On Mon, Jan 7, 2013 at 4:20 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Does that mean that I can still use jsvn to update my maven trunk sources but this time just from a different (git-hub)repository found under a different url? AIUI, yes. if yes: what is the correct

Re: building from latest trunk

2013-01-08 Thread Thomas Broyer
/maven-3.git But if you're using Git, then you can use the repo from Apache: git://git.apache.org/maven-3.git See http://git.apache.org/ (search for maven-3 on the page) and https://github.com/apache/maven-3 (clone URLs are given at the top of the page) -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: Maven dependencies - best practice

2013-01-16 Thread Thomas Broyer
this error: error: 'dependencies.dependency.version' for log4j:logj:jar is missing Can somebody help me? SK -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands

Re: Git Repositories

2013-02-21 Thread Thomas Broyer
to simply depending on the artifacts, each built independently of the others. -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: effective practice for web application development using maven

2013-03-12 Thread Thomas Broyer
-maven-plugin (starting with 2.0) works great for multimodule builds; see http://tomcat.apache.org/maven-plugin-2.1/run-mojo-features.html#Maven_project_structure -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: effective practice for web application development using maven

2013-03-12 Thread Thomas Broyer
On Tue, Mar 12, 2013 at 10:11 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: It's rough and a little bit alpha still. Please take a look at jszip.orgwhere I have the jszip-maven-plugin which will use it's reactor spider senses to build the classpath from the reactor, I saw

Re: effective practice for web application development using maven

2013-03-12 Thread Thomas Broyer
On Tue, Mar 12, 2013 at 11:09 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Also that way of using tomcat is really just relying on rebuilding the artifacts again AFAICT, the tomcat-maven-plugin works more-or-less the same as your jszip-maven-plugin, except it only scans the

Re: effective practice for web application development using maven

2013-03-12 Thread Thomas Broyer
-plugin's runModule, which is a *great* idea BTW). On 12 March 2013 09:29, Thomas Broyer t.bro...@gmail.com wrote: On Tue, Mar 12, 2013 at 8:24 AM, maven apache apachemav...@gmail.com wrote: Hi everyone: I am using maven3 as my J2EE application build tool. Now I meet some problem

Re: Provided scope dependencies

2013-03-15 Thread Thomas Broyer
better; it definitely could: using scope=provided for annotation processors just seems wrong (there should be a scope=compile-only), you might also want to compile against one version and test against another, etc. -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Provided scope dependencies

2013-03-15 Thread Thomas Broyer
On Fri, Mar 15, 2013 at 11:14 AM, Patrick Schlebusch patrick.schlebu...@kisters.de wrote: Thomas Broyer wrote at some time: Because a class in A transitively depends on a class provided by C then it *has* to know about C. Class hierarchy is part of the API (which is one reason you should

Re: help... i just wanted to download a library...

2013-03-17 Thread Thomas Broyer
=== - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: maven-source-plugin questions

2013-03-18 Thread Thomas Broyer
prevent doing this. -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Re: Custom Maven Plugin

2013-03-18 Thread Thomas Broyer
. Bukenberger (Vorsitzender) -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: com.sun.tools.javac.*

2013-03-20 Thread Thomas Broyer
play http://www.gold-family.us/audio/misfile.html! - Come read my webnovel, Take a Lemon http://www.takealemon.com, and listen to the Misfile radio play http://www.gold-family.us/audio/misfile.html! -- Thomas Broyer /tɔ.ma.bʁwa.je

Preferred way of deploying sites to GitHub Pages

2013-03-25 Thread Thomas Broyer
site-maven-plugin (apparently doesn't work well with multi-module builds) * Deploying locally and then using scm-publish: http://java.dzone.com/articles/how-publish-maven-site-docs -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe

Re: Are there any guidelines I can follow when I split apart a wep-app into a multimodule project?

2013-04-27 Thread Thomas Broyer
, provided it adds value to your project/team (“premature optimization” also applies to the developer workflow) I otherwise agree with Ron, it's not specific to Maven, neither actually even specific to Java. -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: How to add project classpath a to my Maven plugin

2013-04-28 Thread Thomas Broyer
to the classpath of project that is using my plugin, including main classes, test classes and dependencies. To me it seems a very common scenario, but I couldn't find any solution for it in maven docs and other forums. Thank you. Mohammad Shamsi -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: How to add project classpath a to my Maven plugin

2013-04-28 Thread Thomas Broyer
/maven/GenerateModuleMojo.java#L218 Including transitive dependencies (and sources): https://github.com/tbroyer/gwt-maven-plugin/blob/54fe4621d1ee5127b14030f6e1462de44bace901/src/main/java/net/ltgt/gwt/maven/CompileMojo.java#L295 -- Thomas Broyer /tɔ.ma.bʁwa.je

Re: Bootstrapping a multi-repository multi-module build

2013-05-30 Thread Thomas Broyer
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr

Re: Best practice for multi-module project version declaration

2013-05-30 Thread Thomas Broyer
to be everywhere. As Curtis said, you can use mvn versions:set, but if you use mvn release:prepare / mvn release:perform to release your project then it'll do it too. -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users

Re: Best practice for multi-module project version declaration

2013-05-30 Thread Thomas Broyer
/pom.xml, see http://mojo.codehaus.org/versions-maven-plugin/examples/set.html) -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven setting.xml properties can not use in dependency

2013-06-17 Thread Thomas Broyer
Yes, same for me, trying to use a property as a path prefix in a systemPath (using system scope as a temporary measure while migrating from ant to maven) Le 17 juin 2013 17:09, 吴靖 qhwj2...@126.com a écrit : hi,everyone i use the maven ,but here is the problem, my maven setting xml file is

Re: Install hack

2013-06-19 Thread Thomas Broyer
The difference between copy and copy-dependencies on the example is not about the plugin, but about the reactor. With copy, you declare the needed artifact in the plugin configuration. From Maven's PoV there's no dependency between the module that copies and one being copied. That means Maven can

Re: Maven bug in conjunction with annotation processing ?

2013-07-20 Thread Thomas Broyer
Maven, more accurately here the maven-compiler-plugin or the plexus-compiler, (just like many other build tools) *is* broken; and, being by design, it's unfixable. http://blog.ltgt.net/ Le 20 juil. 2013 12:31, Tommy Svensson to...@natusoft.se a écrit : Hello Russ, No, the sources are only

Re: Any reason ant should compile faster?

2013-07-24 Thread Thomas Broyer
scanned 300 files. The way the compiler is invoked might play a role too, the default depends on the version of the maven-compiler-plugin (and plexus-compiler) you're using. -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail

Re: [DISCUSS] Should the Maven PMC be an example of how we want the Maven Community to behave (was Re: svn commit: r1506778 - /maven/site/trunk/content/markdown/project-roles.md)

2013-07-25 Thread Thomas Broyer
, there are certain things that the Apache -- Sent from my phone -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [DISCUSS] On the Maven PMC roles... (was [DISCUSS] Should the Maven PMC be an example of how we want the Maven Community to behave...)

2013-08-03 Thread Thomas Broyer
). -- Thomas Broyer /tɔ.ma.bʁwa.je/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Error when loading dependency on a personal repository

2013-08-17 Thread Thomas Broyer
The error is in resolving the dependency, not deploying it. So I'd say the error is the missing : in the repository URL. Le 12 août 2013 15:12, Baptiste Mathus m...@batmat.net a écrit : Hi, Sure Tomcat isn't required (btw, Apache Httpd also supports webdav). From the error excerpt you

Re: Maven - slf4j noclassdeffound error

2013-10-23 Thread Thomas Broyer
None of the transitive dependencies of spark are in the classpath. It generally happens if the POM is invalid. What does mvn dependency:tree says? Is there any error/warning in IDEA? Le 23 oct. 2013 14:28, Seenu gunrockse...@gmail.com a écrit : I am using intellij and maven, I have used the

Re: Maven Central Opinion

2014-01-05 Thread Thomas Broyer
. -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Maven Central Opinion

2014-01-05 Thread Thomas Broyer
On Sun, Jan 5, 2014 at 5:29 PM, Tommy Svensson to...@natusoft.se wrote: Well, I guess I have my answer, I am alone :-). Many people are telling me that both the sonatype super pom and SNAPSHOTs are optional. I obviously have been reading the wrong instructions. Maven dependency versionning

Re: short and snappy description of what Maven is

2014-01-06 Thread Thomas Broyer
Le 6 janv. 2014 22:34, Stephen Connolly stephen.alan.conno...@gmail.com a écrit : I don't want a religious war. If Gradle or ANT are a better fit for the way some people think about building software... well good for them... and the faster we can help them realise that Maven takes a different

Re: short and snappy description of what Maven is

2014-01-06 Thread Thomas Broyer
Le 6 janv. 2014 23:25, Stephen Connolly stephen.alan.conno...@gmail.com a écrit : On 6 January 2014 22:18, Thomas Broyer t.bro...@gmail.com wrote: Le 6 janv. 2014 22:34, Stephen Connolly stephen.alan.conno...@gmail.com a écrit : I don't want a religious war. If Gradle or ANT

Re: Maven install phase - Access is denied

2014-01-08 Thread Thomas Broyer
Le 8 janv. 2014 20:39, andre999 andre...@hotmail.com a écrit : Caused by: java.io.FileNotFoundException: P:\Projects\HlkProjects\CertLoader\hlk-certloader\trunk\target\install4j\certImport (Access is denied) at java.io.FileInputStream.open(Native Method) Isn't the problem that you're

Re: Maven install phase - Access is denied

2014-01-08 Thread Thomas Broyer
I'd rather say the question is why does it even tries to install it? There must be some plugin that attaches it. Le 8 janv. 2014 22:34, andre999 andre...@hotmail.com a écrit : That's the problem. I do not know how to order maven install NOT to read the directory and not to create repository.

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-14 Thread Thomas Broyer
details are on http://contact.ali.tokmen.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa

Re: versions maven plugin

2014-01-20 Thread Thomas Broyer
Possibly using 1.0-SNAPSHOT instead of 1.0-RC-SNAPSHOT as your naming rule would make it easier: you're working towards 1.0 and on the path to this release you cut a few RCs: 1.0-RC-1, 1.0-RC-2, etc. Le 20 janv. 2014 19:34, alejandro.e...@miranda.com a écrit : Thank you Stephen. Are there any

Re: Best practices for Java EE 7 dependencies

2014-02-07 Thread Thomas Broyer
and investigate some more work in POM maintainance? What would this gain me? What do you think? - martin -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Possible build collision between CI snapshot build and Release build

2014-02-15 Thread Thomas Broyer
is there a way to detect this in a profile? I currently have to keep remind my self to turn off CI snapshot build while release is in progress, and too many to remember. Advice is greatly appreciated -Dan -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Using github as a maven repo

2014-03-05 Thread Thomas Broyer
From the point of view of Git, you're bloating your repo forcing everyone to download all the JARs when they clone your repo. From the point of view of GitHub, they don't want you to do that and might very well break it in the future. At least use gh-pages, but that doesn't solve the Git issue.

Re: Using github as a maven repo

2014-03-05 Thread Thomas Broyer
Le 5 mars 2014 23:47, Olivier Lamy ol...@apache.org a écrit : Ideologic POV: Perso I'm very happy to download software from various sources (I believe in linux you can have different sources) So why we should have only ONE artifacts source? +1 Having a sort of routing per groupId is

Re: m-invoker-p: only 2 out of 3 ITs executed

2014-03-18 Thread Thomas Broyer
invoker.project property. Haven't had a look in the m-invoker-p code, but if anyone has a hint about this, or can point me to an existing JIRA that'd help. Thanks -- Baptiste Batmat MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor ! -- Thomas Broyer /tɔ.ma.bʁwa.je/ http

Re: multi-module phases sequence

2014-03-24 Thread Thomas Broyer
/* -Dsurefire.failIfNoSpecifiedTests (see http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.htmland http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#test) -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: multi-module phases sequence

2014-03-24 Thread Thomas Broyer
Le 24 mars 2014 12:19, Karl Heinz Marbaise khmarba...@gmx.de a écrit : Hi, There is one multi-module project where module 1 is dependend on module 2. Module 1 uses assembly plugin in the package phase to produce the final artifact (zip file). Modul 2 uses dependency plugin in the

Re: multi-module phases sequence

2014-03-27 Thread Thomas Broyer
://blog.ltgt.net/maven-is-broken-by-design for other issues with how reactor (multi-module) builds are “broken by design”. -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: multi-module phases sequence

2014-03-27 Thread Thomas Broyer
-tp5789365p5789696.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer

Re: multi-module phases sequence

2014-03-27 Thread Thomas Broyer
archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: multi-module phases sequence

2014-03-28 Thread Thomas Broyer
Well, we clearly disagree on whose fault it is at least. Declarative inputs and outputs also help with incremental builds (exactly what Takari built, but only serves within a plugin to know whether it should do real work or just be a no-op). Le 28 mars 2014 08:35, mkarg k...@quipsy.de a écrit :

Any workaround for SCM-530

2014-03-28 Thread Thomas Broyer
Hi, I'm importing external test resources as a git submodule (in src/test/resources) and that makes release:perform fail because my test doesn't find its data. This is because the git clone doesn't check the submodules out. Anyone would know (or imagine) a workaround? (as a last resort, I'll

Re: Hot deployment using jetty 8 and maven

2014-04-10 Thread Thomas Broyer
-and-maven-tp5790839.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer

Re: Hot deployment using jetty 8 and maven

2014-04-10 Thread Thomas Broyer
directory as Maven too. Can't tell for other IDEs. -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Velocity escaping; I can't escape

2014-04-14 Thread Thomas Broyer
For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Struggling to release:perform with git and deployer key

2014-04-18 Thread Thomas Broyer
/developerConnection tagHEAD/tag /scm What am I doing wrong? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Broyer

M2Eclipse vs. maven-eclipse-plugin: which is preferred?

2014-05-15 Thread Thomas Broyer
in a code review for an archetype about whether to include maven-eclipse-plugin configuration within the POM or not; and any official choice would help us avoid bikeshedding. -- Thomas Broyer /tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

Re: Adding Atlassian repos but keeping maven central?

2014-06-06 Thread Thomas Broyer
AFAICT, Central will always be used unless overridden by another repo with the same ID, or defining a mirror. Profiles add up to the default configuration, they don't replace. Le 6 juin 2014 10:13, Steinar Bang s...@dod.no a écrit : If I add the atlassian repos (the SDK local disk repo and the

How to resolve artifacts while respecting projects' dependency management? (or finding an alternative)

2014-10-12 Thread Thomas Broyer
the dependencies to the project using the plugin, I'd just leave resolution as it is today but disable it behind a flag (either the plugin extends the classpath in some broken way, or you add the dependencies to your project and the plugin just uses the project's classpath). -- Thomas Broyer

Re: How to resolve artifacts while respecting projects' dependency management? (or finding an alternative)

2014-10-13 Thread Thomas Broyer
, in which case you'd expect it to be used, and the plugin to not add anything. /Anders On Mon, Oct 13, 2014 at 1:17 AM, Thomas Broyer t.bro...@gmail.com wrote: Hi all, I have a situation where a plugin needs to take the project's classpath and add some elements to it. What I'd like

Re: compile with different source option

2015-02-16 Thread Thomas Broyer
On Mon Feb 16 2015 at 14:20:18 Philipp Kraus philipp.kr...@tu-clausthal.de wrote: Hello, I use in my pom.xml the items: properties project.build.sourceEncodingUTF-8/project.build.sourceEncoding project.reporting.outputEncodingUTF-8/project. reporting.outputEncoding

Re: How to escape variable interpolation?

2015-01-29 Thread Thomas Broyer
On Wed Jan 28 2015 at 20:18:53 David Hoffer dhoff...@gmail.com wrote: I have a case where I have a text file that is generated with a hard coded string and I would like to replace that with Maven variables, but I want the literal variable string to go in the file not the interpolated values.

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-23 Thread Thomas Broyer
On Mon Feb 23 2015 at 09:53:24 Sébastien Lesaint sebastien.lesa...@gmail.com wrote: Hello, Thanks Thomas for your extensive answer. But you seemed to focus only on the first problem (which I had identified as potentially _not_ a bug). What about the fact that m-compiler-p ignores the error

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-21 Thread Thomas Broyer
On Sat Feb 21 2015 at 10:12:23 Jeff MAURY jeffma...@jeffmaury.com wrote: Sure this is not a Javac problem ? No it's not. target/classes contains the META-INF/services/javax.annotation.processing.Processor and it's put in the classpath, and because there's no support for processorpath [1],

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-21 Thread Thomas Broyer
On Fri Feb 20 2015 at 21:11:14 Sébastien Lesaint sebastien.lesa...@gmail.com wrote: Hello, I have been into annotation processing a lot for the past year and a half and I am now going back to the basics so that I can share knowledge I gathered. Doing so, I stumbled upon, again, a problem

Re: Skipping tests

2015-05-18 Thread Thomas Broyer
Because maven.test.skip takes precedence over skipTests (i.e. means the same thing for plugins that support both; maven.test.skip being understood by more plugins –e.g. maven-compiler-plugin–, that don't support skipTests), maybe you could define the skipTest property defaulting to

Re: Where's the new home for the clirr-maven-plugin?

2015-06-07 Thread Thomas Broyer
https://github.com/mojohaus/clirr-maven-plugin ? On Mon, Jun 8, 2015 at 12:26 AM Martijn Dashorst martijn.dasho...@gmail.com wrote: The clirr-maven-plugin was one of the unfortunate casualties of codehaus' demise. It should get a new home, but my google-fu leaves me without any results.

Re: Compiler plugin: generated files by processor not in target/generated-sources

2015-06-19 Thread Thomas Broyer
On Fri, Jun 19, 2015 at 9:40 AM Jeff MAURY jeffma...@jeffmaury.com wrote: Hello, I have a project which uses an annotation processor to generated files. I switched source and target from 1.6 to 1.5 With 1.6 the files where generated in target/generated-sources. With 1.5 the files are now

Re: How do you manage your settings.xml for enterprise build??

2015-05-22 Thread Thomas Broyer
So you have a large number of Jenkins slaves and no configuration management system? (Puppet, Chef, Ansible, whatever) Isn't that asking for trouble? Le ven. 22 mai 2015 06:31, Dan Tran dant...@gmail.com a écrit : Hi As you already know place settings.xml under ~/.m2 with NFS is unsafe How

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Thomas Broyer
On Mon, Aug 17, 2015 at 2:15 PM Jordan Zimmerman jor...@jordanzimmerman.com wrote: I’m not using packaging “maven-archetype”. It doesn’t seem to work with multi-module projects. Works pretty-well for me: https://github.com/tbroyer/gwt-maven-archetypes/

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Thomas Broyer
*. (sources for each is in src/main/resources/archetype-resources though; so the projects cannot be used as examples at the same time) On August 17, 2015 at 7:24:54 AM, Thomas Broyer (t.bro...@gmail.com) wrote: On Mon, Aug 17, 2015 at 2:15 PM Jordan Zimmerman jor...@jordanzimmerman.com

Re: AW: AW: How to manage dependency "includes"?

2016-01-09 Thread Thomas Broyer
IIUC, what you really want is a "replace with" rule. Couldn't that be done by a plugin? You could then configure it in the parent POM and have it executed everywhere. Le sam. 9 janv. 2016 10:59, Christofer Dutz a écrit : > Thanks for that detailed post, but it's

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Thomas Broyer
On Wed, Jan 20, 2016 at 8:43 PM Andreas Gudian wrote: > ** New Feature > * [MCOMPILER-203] - Allow compiler-plugin to specify annotation > processor dependencies > Great! But… I don't get how you can add a feature about annotation processors and not at the same time fix

Re: Anyone using annotationProcessorPaths in maven-compiler-plugin

2016-03-25 Thread Thomas Broyer
Have you set source and target to at least 1.6 or 6? You should see the -processorpath argument being passed to JavaC when running with -X. Le jeu. 24 mars 2016 00:37, Mark Derricutt a écrit : > Hey all, > > Has anyone successfully used the new setting > in the

Re: mvn -U dependency:sources re-downloads released sources JARs

2016-05-17 Thread Thomas Broyer
On Tue, May 17, 2016 at 11:29 AM Adam Mitchell wrote: > -U is force update, it tells maven to ignore locally cached artifacts and > to download them afresh, what behaviour were you expecting? > -U stands for "update-snapshots" and aims at downloading only "missing

Re: Deploying asc files

2016-05-13 Thread Thomas Broyer
AFAIK, you can't do that with the maven-deploy-plugin, you need to use maven-gpg-plugin:sign-and-deploy-file (which will do the signing too). On Fri, May 13, 2016 at 12:47 PM Jochen Wiedmann wrote: > Hi, > > I am deploying my release to a Nexus staging repository by

Re: generated resources not in target jar

2017-01-23 Thread Thomas Broyer
You have a chicken-and-egg problem: resources:copy is run before compile:compile, and jar:jar takes what was copied/written to target/classes. So if you generate resources after the process-resources phase, then you either have to write them directly to target/classes or run the

  1   2   3   >