Re: Feedback sought

2023-10-15 Thread Daniel Widdis
Spotless is another great option. spotless/plugin-maven/README.md at main · diffplug/spotlessgithub.comSent from my iPhoneOn Oct 15, 2023, at 7:16 AM, Joseph Kesselman wrote:Hm. Doesn't handle language-semantic formatting (yet?), which in my experience is often a bigger deal than spaces vs tabs.

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Daniel Widdis
t for the answer! I'll try to contact authors of problematic library. It is weirs this library causing the issue, since it's classes are not being used directly (it it is transitive dependency) Compilation is successful and only Javadoc is failing ... On Mon, 27 Mar 2023 at 09:17, Daniel W

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Daniel Widdis
The root of the problem is the automatic module name generation of the jool-java-8 jar file. By default it becomes jool.java.8 and a number by itself is an illegal portion of a module name. Without using "Automatic-Module-Name" your project builds on the classpath as always. When including

Re: m-javadoc-plugin with JPMS

2022-10-17 Thread Daniel Widdis
I have filed issue https://issues.apache.org/jira/projects/MJAVADOC/issues/MJAVADOC-736 Simple reproducer project here (mvn javadoc:jar or mvn javadoc:javadoc fail): https://github.com/dbwiddis/foo From: Daniel Widdis Date: Sunday, October 16, 2022 at 10:47 PM To: Maven Users List

Re: m-javadoc-plugin with JPMS

2022-10-16 Thread Daniel Widdis
or install (or possibly site?) prior to the goal you’re trying to use. From: "Daniel B. Widdis" Date: Sunday, October 16, 2022 at 10:04 PM To: Maven Users List Subject: Re: m-javadoc-plugin with JPMS It's amusing when you come upon an error, google the error message, and find

Re: m-javadoc-plugin with JPMS

2022-10-16 Thread Daniel B. Widdis
ch is only > > > depends on `*util` module > > > both has `module-info.java` > > > > > > let me add `module-info.java` to all modules (not sure why) so we can > > > ensure this is not a problem :) > > > > > > On Wed, 20 Jul 2022 at 21:51,

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Daniel Widdis
>> >>> On Tue, 19 Jul 2022 at 13:16, Daniel Widdis wrote: >>>> >>>>> The only problem of having both is redundancy :) >>>> >>>> Technically speaking, you always have an automatic module name even if >>> you don't explicit

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Daniel Widdis
:07 PM, "Maxim Solodovnik" wrote: Thanks for the answer Daniel :) On Tue, 19 Jul 2022 at 13:03, Daniel Widdis wrote: > > I think you're asking on the right list. And it's not a "basic" question but it isn't an obvious answer either. > > I'

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Daniel Widdis
I think you're asking on the right list. And it's not a "basic" question but it isn't an obvious answer either. I'm not sure your question has enough detail for anyone to deduce the answer. Linking to your project may help you get more attention on it. FWIW, I have both an automatic module

Re: JPMS – Test sources extra Java SE module dependencies

2022-07-02 Thread Daniel Widdis
You are traveling a well-known path to many of us. I highly recommend taking a look at junit-platform-maven-plugin: https://github.com/sormuras/junit-platform-maven-plugin Blog post outlining how to do what you'e doing is here:

Re: Shading, relocation and modules?

2022-04-11 Thread Daniel B. Widdis
> My question is what is the correct/preferred/recommended way to do this? Not combine shading and JPMS! :-) But seriously. Have a look at Moditect. It has the capability of adding a module-descriptor to a JAR after the fact, and may suit your needs. I honestly can't think of any other sane

Re: Possible file separator bug in 3.10.0 using bnd-maven-plugin

2022-02-14 Thread Daniel B. Widdis
.java".length() ) I think I have enough info to file a Jira now. [1] - https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.2.1 On Mon, Feb 14, 2022 at 2:52 PM Daniel B. Widdis wrote: > I believe I've traced the problem to the binary inside the generated > package-

Re: Possible file separator bug in 3.10.0 using bnd-maven-plugin

2022-02-14 Thread Daniel B. Widdis
ation. [1] - ClassVisitor (ASM 9.2) (ow2.io) <https://asm.ow2.io/javadoc/org/objectweb/asm/ClassVisitor.html> On Mon, Feb 14, 2022 at 1:40 PM Daniel B. Widdis wrote: > I've confirmed this PR is the relevant problem as the symptoms can be > suppressed by us

Re: Possible file separator bug in 3.10.0 using bnd-maven-plugin

2022-02-14 Thread Daniel B. Widdis
t; > On Mon, Feb 14, 2022 at 10:56 AM Daniel B. Widdis > wrote: > > > I just bumped the maven-compiler-plugin version on my project from 3.9.0 > to > > 3.10.0 and it caused Windows-based builds to fail maven-bnd-plugin tests > > for package-info files in the "wrong

Possible file separator bug in 3.10.0 using bnd-maven-plugin

2022-02-14 Thread Daniel B. Widdis
I just bumped the maven-compiler-plugin version on my project from 3.9.0 to 3.10.0 and it caused Windows-based builds to fail maven-bnd-plugin tests for package-info files in the "wrong" directory. The symptom looks to be associated with the windows file separator. Sample failure looks like:

Re: There must be a better way.

2017-08-30 Thread Daniel Persson
Hi, Thomas. You're probably right. Sadly I can't find in the documentation how to add the main class and version information into your manifest file using the shade plugin. Best regards Daniel On Wed, Aug 30, 2017 at 1:24 PM, Daniel Persson <mailto.wo...@gmail.com> wrote: > Hi, Robe

Re: There must be a better way.

2017-08-30 Thread Daniel Persson
and shade plugin both run with 3.1.0. Best regards Daniel On Wed, Aug 30, 2017 at 12:15 PM, Thomas Broyer <t.bro...@gmail.com> wrote: > You're using both m-assembly-p's jar-with-dependencies and m-shade-p, could > it be a conflict between them? (or possibly you don't look at the c

Re: There must be a better way.

2017-08-30 Thread Daniel Persson
com.github.jaiimageio.impl.plugins.pnm.PNMImageReaderSpi com.github.jaiimageio.impl.plugins.raw.RawImageReaderSpi com.github.jaiimageio.impl.plugins.tiff.TIFFImageReaderSpi Actual output: com.github.jaiimageio.jpeg2000.impl.J2KImageReaderSpi Best regards Daniel On Wed, Aug 30, 2017 at 11:24 AM, Robert Scholte <rfscho...@apache.org>

There must be a better way.

2017-08-30 Thread Daniel Persson
I really hope there is a better way to do this. I've added the build definition part of the pom file to the link below. https://pastebin.com/bGy3bvm0 Hope you have a creative solution to this problem. And thank you for a great tool that really simplified our build process. Best regards Daniel

Re: Maven hangs after lock file

2017-05-03 Thread Daniel Watrous
I updated that question to include a thread dump, but I’m still unsure how to track this back to a resolution. On 5/2/17, 4:40 PM, "Daniel Watrous" <daniel.watr...@trinet.com> wrote: Hi, I posted an issue to stackoverflow, then I thought this list might be the b

Maven hangs after lock file

2017-05-02 Thread Daniel Watrous
? Thanks, Daniel

Re: Treat maven warnings as errors

2017-03-06 Thread Daniel Schulz
Hi, Might this help you? https://maven.apache.org/plugins/maven-dependency-plugin/examples/failing-the-build-on-dependency-analysis-warnings.html http://stackoverflow.com/questions/9192613/how-do-i-get-a-java-maven-build-to-fail-for-compiler-warnings Kind regards, Daniel. > On 06.03.2

RE: How to activate proxy from settings.xml using CLI

2016-02-04 Thread Thibault, Daniel
ttp://www.brunoborges.com>* -Fin du message d'origine- It seems unimplemented as yet. The only way I see of switching proxy sets is to switch settings.xml using the -s option. Daniel U. Thibault, M.Sc.² Computer Scientist, MCCS-SPC, Valcartier Research Centre Defence Research and Devel

Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Thibault, Daniel
it online, successfully (same behaviour as the other project). But running it offline now succeeds as well! What is the established procedure for setting up the m2 and p2 caches in order to ensure maven builds succeed offline? Daniel U. Thibault, M.Sc.² Informaticien scientifique, CME-PSC, Centre de r

Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Thibault, Daniel
it online, successfully (same behaviour as the other project). But running it offline now succeeds as well! What is the established procedure for setting up the m2 and p2 caches in order to ensure maven builds succeed offline? Daniel U. Thibault, M.Sc.² Informaticien scientifique, CME-PSC, Centre de r

Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Thibault, Daniel
it online, successfully (same behaviour as the other project). But running it offline now succeeds as well! What is the established procedure for setting up the m2 and p2 caches in order to ensure maven builds succeed offline? Daniel U. Thibault, M.Sc.² Informaticien scientifique, CME-PSC, Centre de r

Re: Use 2 pom.xml files with different names

2015-08-11 Thread Daniel Johnson (danijoh2)
to get what you want. Cheers, Daniel On 8/11/15, 3:45 AM, Martin Hoeller mar...@xss.co.at wrote: Hi! Am Mon, 10 Aug 2015 19:23:51 +0300 schrieb Alex Ditu ditu.alexan...@gmail.com: I cannot test right now, but it can be tested very simple: in a simple project, rename pom.xml and run install

Plugin Configuration params take precedence over CLI Arguments?

2015-08-07 Thread Daniel Johnson (danijoh2)
-plugin:1.0.0-SNAPSHOT:showValue (default-cli) @ sample --- [INFO] demo-plugin: pomParam Shouldn’t the CLI parameter value override any value in the POM? Thanks, Daniel

dependency resolves strange...

2015-06-24 Thread Sören Daniel Krum
Hi! I found a strange behaviour when having a referring to a dependency dependency with classifier in my pom: Let us say, my pom holds the following snippet: dependencies dependency groupIdorg.mule.modules/groupId artifactIdmule-module-scripting/artifactId

Re: dependency resolves strange...

2015-06-24 Thread Sören Daniel Krum
-mechanism.html#Dependency_Scope [2] https://repository.mulesoft.org/nexus/content/repositories/public/javax/script/jruby-engine/1.1/jruby-engine-1.1-jdk14.pom 2015-06-24 13:55 GMT+03:00 Sören Daniel Krum soren.k...@uninett.no: Hi! I found a strange behaviour when having a referring

Re: [ANN] Apache Maven Checkstyle Plugin 2.14 Released

2015-02-09 Thread Daniel Kulp
: users-h...@maven.apache.org -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

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

2014-12-17 Thread Daniel L Mark
A From: Matt Stephenson matts...@mattstep.net To: Maven Developers List d...@maven.apache.org Cc: Maven Users List users@maven.apache.org Date: 12/16/2014 04:46 PM Subject:Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl Sent by:jmstephen...@gmail.com A On

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-26 Thread Daniel Kulp
. -Stephen -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Replacement for ArtifactResolver in Maven-3?

2014-05-25 Thread Daniel Kulp
-- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Google Summer of Code - Java opportunity, mentors needed

2014-03-05 Thread Daniel Pocock
On 05/03/14 14:20, Martin Gainty wrote: From: wayne...@gmail.com Date: Tue, 4 Mar 2014 22:12:20 -0600 Subject: Re: Google Summer of Code - Java opportunity, mentors needed To: users@maven.apache.org When you call this GSOC, are you looking to sponsor a student within the Apache

Re: Google Summer of Code - Java opportunity, mentors needed

2014-03-03 Thread Daniel Pocock
On 27/02/14 02:21, Martin Gainty wrote: From: jn...@cisco.com To: users@maven.apache.org Subject: RE: Google Summer of Code - Java opportunity, mentors needed Date: Wed, 26 Feb 2014 16:17:29 + Nowhere in that was the sources jar mentioned - yet you seemed to have jumped directly

Re: Google Summer of Code - Java opportunity, mentors needed

2014-02-26 Thread Daniel Pocock
On 26/02/14 17:17, James Nord (jnord) wrote: Nowhere in that was the sources jar mentioned - yet you seemed to have jumped directly to a solution and then said can’t be done. No, I discussed the two paths from the POM: -sources and scm/ My mistake, sorry. There is a critical need for

Google Summer of Code - Java opportunity, mentors needed

2014-02-25 Thread Daniel Pocock
of enabling the creation of more Debian packages) but it could also be completed under another organisation. Please feel free to email me privately if you may be interested. Regards, Daniel - To unsubscribe, e-mail: users-unsubscr

Re: maven-eclipse-plugin - configure source and output-folders

2013-10-07 Thread Daniel Kulp
programmatically? Cheers, Andreas -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Source code verification/compliance with Maven?

2013-05-10 Thread Daniel Pocock
licenses... Perhaps that is what you need? Thanks, Roy Lyons On 5/9/13 4:15 AM, Daniel Pocock dan...@pocock.com.au wrote: Hi, There is a lot of confusion about the distinction between software that is free (like malware in app stores) and software that is really free with open source

Re: Source code verification/compliance with Maven?

2013-05-10 Thread Daniel Pocock
On 10/05/13 12:21, Stephen Connolly wrote: On 10 May 2013 10:09, Daniel Pocock dan...@pocock.com.au wrote: On 09/05/13 17:21, Manfred Moser wrote: Correct. The other thing you want to ensure is your acquisition of the jar. With Nexus (and other repo managers probably) you can connect

Source code verification/compliance with Maven?

2013-05-09 Thread Daniel Pocock
of the command mvn dependency:sources, but this only appears to fetch the sources on a best effort basis and doesn't appear to compile them. Regards, Daniel - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: maven-bundle-plugin: how to avoid the generation of the use:= qualifier

2013-02-22 Thread Daniel Kulp
? In the instructions sent to bnd, add: _nousestrue/_nouses -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Seeking feedback on “Recursive Maven considered harmful”

2012-12-17 Thread Daniel Kulp
things right, Best, Laird -- http://about.me/lairdnelson -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com - To unsubscribe, e-mail: users-unsubscr

Re: Optional dependency not overlaid

2012-12-14 Thread Winsor, Daniel
? Thank you, Daniel Winsor Associate, IT Architecture On 12/8/12 12:35 PM, Dennis Lundberg denn...@apache.org wrote: Hi Daniel, The 2.0 version of Maven WAR Plugin is over 6 years old. The first thing I'd do is try a later version to see if it solves your problem. The latest version is 2.3

Optional dependency not overlaid

2012-12-07 Thread Winsor, Daniel
)? Thank you, Daniel Winsor Associate, IT Architecture - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: can't find maven dependencies

2012-11-27 Thread daniel echalar
Thanks, good information On 27 November 2012 13:07, Thomas Broyer t.bro...@gmail.com wrote: On Tue, Nov 27, 2012 at 2:43 PM, daniel echalar dany...@gmail.com wrote: Hi, I'm new in maven, To add a dependency to my pom.xml, usually, I google the artifact, class, jar and then go to http

Re: how to include a directory for a web application generated with an archetype

2012-11-13 Thread daniel echalar
ok, some link to know better the best practices of J2ee, thanks! On 13 November 2012 19:39, Wayne Fay wayne...@gmail.com wrote: directory, try to create it. The Archetype you used is perhaps broken or doesn't behave as you wanted. Add your dir manually. It isn't broken. J2EE best practices

Re: Programatically obtain .war from local repo

2012-11-02 Thread Winsor, Daniel
versa, using the maven-war-plugin. I don't have problems running either of these plugins in Eclipse. Hope this helps, Daniel Winsor Associate, IT Architecture On 11/2/12 1:07 PM, Jeff Jensen jeffjen...@upstairstechnology.com wrote: We have some integration tests and prefer to use an embedded

Should maven-war-plugin accept null includes?

2012-11-02 Thread Winsor, Daniel
? Thank you, Daniel Winsor Associate, IT Architecture - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Help Plugin Not Reporting All Profiles

2012-10-29 Thread Winsor, Daniel
I using it incorrectly? Thank you, Daniel Winsor Associate, IT Architecture - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: help needed: problems with eclipse, m2e and wst

2012-04-27 Thread Daniel Serodio
the project from Tomcat in the Servers view, click Publish, and add the project to the Tomcat instance in the Servers view. HTH, Daniel Serodio Jörg Hohwiller wrote: Hi there, I have problems running/debugging a WAR module out of a maven based multi-module project in Eclipse using WST and Tomcat

Re: Maven - offer anything for runtime?

2012-04-27 Thread Daniel Serodio
different versions of a library (like log4j). I you really, really need two different versions of a library, the Shade plugin may help, as its able to rename a package so you can refer to these different versions separately. HTH, Daniel Serodio J.V. wrote: I understand how Maven resolves

Re: release:prepare and :perform on separate computers

2012-04-17 Thread Daniel Serodio
For the record, I ended recreating mvn release:perform with a shell script that accepts commandline parameters instead of the release.properties that Maven looks for. Regards, Daniel Serodio Daniel Serodio wrote: We have a Jenkins instance that I'd like to use to make releases, but because

Shouldn't release:prepare check for distributionManagement

2012-04-17 Thread Daniel Serodio
release:perform will fail if distributionManagement is not set. Shouldn't release:prepare check for this field and fail it it's not set? Regards, Daniel Serodio - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

release:prepare and :perform on separate computers

2012-04-10 Thread Daniel Serodio
I'd like to do it run release:prepare from my computer (which can access GitHub normally), and release:perform from Jenkins. Is this feasible? Would you suggest a different setup? Thanks in advance, Daniel Serodio

Maven 3.0.3 Not Allowing Different Versions for Compile/Test

2012-02-21 Thread Daniel Jones
it turns out to be a bug. -- Regards, Daniel Jones | Software Engineer, Platform Team Mendeley Ltd | London, UK | www.mendeley.com Registered in England and Wales | Company Number 6419015 - To unsubscribe, e-mail: users

Re: Use mvnsh with already installed Maven - how?

2011-12-22 Thread Daniel Serodio
Lewis, Eric wrote: Hi I'm looking into mvnsh right now, after having installed Maven 3.0.3 Is there a way to let mvnsh use the installed Maven instead of its own bundled version 3.0.2? Did you try replacing the maven-* JARs in mvnsh's lib directory? Regards, Daniel Serodio

Re: Failed to determine Java version for profile jdk* @

2011-12-14 Thread Daniel Kulp
For additional commands, e-mail: users-h...@maven.apache.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Daniel Kulp dk...@apache.org - http

Automatic Update of Build Plugin Versions?

2011-07-29 Thread Daniel Johnson
version (or specify a subset of groupId/artifactId plugins to update). Or is this usually just handled by a property in the aggregator POM? Thanks in advance, Daniel Johnson - To unsubscribe, e-mail: users-unsubscr

Re: Automatic Update of Build Plugin Versions?

2011-07-29 Thread Daniel Johnson
Thanks for the response. What you mention is exactly my use case, When I decide I want the new version of a plugin I want to update all projects at once instead of having to open each pom and change it by hand. From your response I am guessing it is expected to use properties to control this.

Re: Should I use classifiers to differentiate between devel and production builds?

2011-07-27 Thread Daniel Serodio (lists)
Ansgar Konermann wrote: Am 25.07.2011 22:13, schrieb Daniel Serodio (lists): Do you think using a classifier to differentiate artifacts built for development and production is hacky, is is this an appropriate solution? Use the same *artifacts* for all stages and allow for *configuring

Should I use classifiers to differentiate between devel and production builds?

2011-07-25 Thread Daniel Serodio (lists)
, is is this an appropriate solution? Thanks in advance, Daniel Serodio - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to stop embedded Tomcat server?

2011-06-22 Thread Daniel Serodio (lists)
Que memória, heim? Sim, era eu mesmo! :) I didn't know about this plugin, thanks for the pointer. []'s Daniel Serodio Aldrin Leal wrote: Você era o Daniel Serodio da Altconn? btw, tenta isso: https://github.com/t7mp/t7mp -- -- Aldrin Leal,ald...@leal.eng.br / http://www.leal.eng.br

How to stop embedded Tomcat server?

2011-06-21 Thread Daniel Serodio (lists)
in the embedded Tomcat. How can I stop this embedded Tomcat server from within Maven? Thanks in advance, Daniel Serodio - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Daniel Serodio (lists)
Maven 2.2.1 BTW. Why isn't Maven using the plugin versions I told it to use? Thanks in advance, Daniel Serodio project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http

Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Daniel Serodio (lists)
That was it. Thanks a lot. Is there somewhere in the documentation I could've found this information? Benson Margulies wrote: The site plugin does not go intoreporting/ . Put that into pluginManagementplugins//pluginManagement On Tue, Jun 7, 2011 at 5:29 PM, Daniel Serodio (lists) daniel.lis

Re: Missing artifact org.apache.cxf

2011-04-12 Thread Daniel Kulp
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http://www.talend.com

Re: Distibute an webapp as an ear and multiple wars

2011-02-09 Thread Daniel Baktiar
How about deploying your common and common-overlay into common folder of your app server? AFAIK most app servers that doesn't support ear deployment will still have the common/shared folder to run components that are accessible from the deployed war files. --- daniel baktiar http

Re: The POM for com.google.gwt:gwt-incubator:jar:2.0.1

2010-11-19 Thread Daniel Oskarsson
Daniel Oskarsson daniel.oskars...@gmail.com: Hi everyone. Has anyone else seen this: [WARNING] The POM for com.google.gwt:gwt-incubator:jar:2.0.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details browsing to: http://repo1

The POM for com.google.gwt:gwt-incubator:jar:2.0.1

2010-11-17 Thread Daniel Oskarsson
here to use today. /description Is there a way to get the current pom fixed, or do I have to look for other options? -- Daniel

RE: Can't specify distributionManagement in settings.xml

2010-10-06 Thread Siegmann Daniel, NY
Phillip, Nexus supports deployment via HTTP. Probably other repo managers do too. Using Maven in a corporate setting without having a repository manager is like working in a team without a version control system. You could do it but you're going to suffer. ~Daniel -Original Message

Re: Maven deploy plugin increments buildNumber twice during a single invocation of mvn deploy

2010-10-04 Thread Daniel Patton
the wrong way to attach the artifact. Thanks Benjamin. I'll file an issue report. Just wanted to check first if anyone else had encountered similar issues, and that I wasn't doing anything stupid! Regards Daniel

RE: Company-wide settings

2010-10-04 Thread Siegmann Daniel, NY
an email letting everyone know it's there.) Note that if you're using m2eclipse you'll want to point it to this installation (rather than using the embedded installation). ~Daniel -Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] Sent: Sunday, October 03, 2010 5:34 PM

Maven deploy plugin increments buildNumber twice during a single invocation of mvn deploy

2010-10-01 Thread Daniel Patton
-32 and MDEPLOY-33), but they all appear to have been marked as Fixed long ago. Any assistance on this would be greatly appreciated. Thanks in advance. Regards Daniel Patton patton@gmail.com

Re: package question

2010-09-15 Thread Daniel Rindt
the package is always installed on all runtimes. So how can i integrate it into my pom.xml properly? The jar resides in /usr/share/java/javamail.jar. Thanks Daniel signature.asc Description: This is a digitally signed message part

Re: package question

2010-09-15 Thread Daniel Rindt
Daniel signature.asc Description: This is a digitally signed message part

Re: package question

2010-09-15 Thread Daniel Rindt
c091017514d3e3704865765816afed35 /usr/share/java/javamail.jar === 8 === Then i invoked a checksum search on the Repository you mentioned, no summary. So i guess i have to add it manually to me ~/.m2 repo. Thanks Daniel signature.asc Description: This is a digitally signed message part

Re: A wsdl file as an artifact

2010-09-15 Thread Daniel Kulp
artifact later as normal dependency with type xsd. Hope this helps, Jörg - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Daniel

package question

2010-09-14 Thread Daniel Rindt
and place a dependency in my pom.xml? TIA Daniel signature.asc Description: This is a digitally signed message part

mvn package

2010-09-02 Thread Daniel Rindt
-jar-1.1-4.fc13.noarch maven-shared-model-converter-2.3-4.fc13.noarch maven-shared-file-management-1.2-4.fc13.noarch === 8 === maybe the package maven2-plugin-compiler is not providing the capabilities for the maven-compiler-plugin. How can i fix that? Thanks in advance Daniel signature.asc

Re: mvn package

2010-09-02 Thread Daniel Rindt
idmavenrepository.snapshots/id nameMaven Repository/name urlhttp://mvnrepository.com/artifact/url /repository /repositories /project === 8 === Daniel signature.asc Description: This is a digitally signed message part

Re: mvn package

2010-09-02 Thread Daniel Rindt
the version maven2-2.0.8, had problems with repositories defined in the pom.xml. I cleaned up the repositories in pom.xml and define just jboss repo. After deletion of ~/.m2 and rerun mvn package it runs properly. Thanks for your support Antonio. Daniel signature.asc Description: This is a digitally

branching problem with release plugin

2010-08-30 Thread Daniel Varga
with release:prepare and release:perform troublesome from the created branch. If you have seen such a problem and happen to know any remedy please let me know. Kind regards, Daniel

maven set wrong JRE version

2010-08-18 Thread Daniel Rindt
that are strictly compatible with this environment. = I can manually switch in the project settings the JRE, but m2eclipse overwrites it after a while. How to fix it? Thanks in advance -- Daniel Rindt dri...@visetics.com Visetics signature.asc Description: This is a digitally signed message part

Re: maven set wrong JRE version

2010-08-18 Thread Daniel Rindt
is not solving the problem. Because maven is immediately resitting it on a workspace rebuild. Thanks -- Daniel Rindt dri...@visetics.com Visetics signature.asc Description: This is a digitally signed message part

org.apache.maven.plugins:maven-surefire-plugin problem

2010-08-15 Thread Daniel Rindt
] === 8 === days ago Thomas wrote about the same issue. The solution was to delete: ~/.m2/repository/org/apache/maven/surefire and try again. Unfortunately this is not working for me. So a hint is much appreciated. Thanks in advance -- Daniel Rindt dri...@visetics.com

Repository migration

2010-07-09 Thread daniel . d . santos
Hello, I was using a repository that was served by maven proxy. Now I will have to use a new version of maven (2.2.1) with a nexus repo. The old repo had libraries that are not in the new one, and I wanted to take the missing libs from my local maven cache and deploy them on the new nexus

How does cargo check if a deployment is done ?

2010-06-23 Thread daniel . d . santos
Hello, I am using the cargo maven plugin to deploy on tomcat 5.5. When I run the integration-test the cargo plugin starts tomcat, copies the deployables to the tomcat installation, and then starts waiting to check if the files are deployed. What I want to know is how is this check is made. Is

Re: Exporting Ant properties to Maven

2010-06-18 Thread Daniel Kulp
initialize - you'll see that the property gets changed to the value retrieved from ant mvn help:effective-pom - if you look at the project name, just a reinforcement that if you explicitly use the property in your pom, it gets eagerly resolved -- Daniel Kulp dk...@apache.org http://dankulp.com

Re: Chaining Maven goals of different Base Directories

2010-05-28 Thread Daniel Hoffmann
-profile -Stephen On 26 May 2010 17:08, Daniel Hoffmann biggibig...@googlemail.com wrote: Defining profiles this way is a good way to group the projects. But the core problem remains: If I call 'clean install cargo:deploy' on this profile, maven executes 'clean install cargo:deploy

Re: Chaining Maven goals of different Base Directories

2010-05-26 Thread Daniel Hoffmann
' on module A and 'clean install cargo:deploy' on module B. I tried to configure cargo to exclude a file, but I didn´t find a way to do this. And Cargo is defined in a grandparent pom I don´t want to change anyway. Thanks anyway, Daniel 2010/5/25 Peter Bennett ucygfimuihc...@mailinator.com Profiles

Re: Chaining Maven goals of different Base Directories

2010-05-25 Thread Daniel Hoffmann
1.) and 2.) are different projects. There are much more projects in 'myproject', so I can´t execute mvn on 'myproject' (without deleting the other projects from my myproject pom), because I don´t want the other projects to be build. Daniel P.S.: I don´t think it makes any differences, but I am

Chaining Maven goals of different Base Directories

2010-05-19 Thread Daniel Hoffmann
this main project). Best regards, Daniel

Re: How to determine dependencies?

2010-05-18 Thread Daniel Kulp
with that.It uses the shade plugin to combine the various jars which merges the various spring files and properties and such together properly so that the bundle will work correctly. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog

Re: Where do I tell the GPG Plugin to useAgent (not CLI)

2010-05-16 Thread Daniel Kulp
to use the agent. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Maven calling maven

2010-05-06 Thread daniel . d . santos
Hello, I have a project that is using maven. I cannot change this maven projects pom's. I need to use a tool that automatically calls maven on a project, but I need to execute some custom plugin's first. My idea was to make a maven project that would execute those plugins before calling maven

Maven and JSFUnit - module structure

2010-02-02 Thread Daniel Lechner
approach) is the best one. I don't know... Thanks! daniel -- Daniel Lechner | mailto:daniel.lech...@xss.co.at *x Software + Systeme | http://www.xss.co.at/ Karmarschgasse 51/2/20 | Tel: +43-1-6060114-43 A-1100 Vienna, Austria | Fax: +43-1-6060114

Re: Out of memory = out of mind

2009-11-17 Thread Daniel Kulp
that there is 1G of memory happening there. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Jar with jar dependencies

2009-10-30 Thread DANIEL DE OLIVEIRA FERREIRA
Hi, I'm using maven-assembly-plugin with jar-with-dependencies descriptor, but I need create a jar with dependencies where the dependencies don't be uncompressed when packed. Any idea? Daniel de Oliveira Ferreira Programador Farmácias Pague Menos danielolive...@pmenos.com.br +55 85 3255.5453

  1   2   3   4   5   6   7   >