Maven -nsu (--no-snapshot-updates) doesn't work properly

2011-04-26 Thread Geoffrey De Smet
Is anyone else experiencing that mvn --no-snapshot-updates still downloads snapshots? I created http://jira.codehaus.org/browse/MNG-5064 -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: users-unsubscr

Re: Generating site content with Maven 2 site-plugin

2011-02-25 Thread Geoffrey Collis
Magnusson lud...@itcatapult.com To: 'Maven Users List' users@maven.apache.org; 'Geoffrey Collis' gcol...@ymail.com Cc: Sent: Sunday, 6 February 2011, 12:16 Subject: RE: Generating site content with Maven 2 site-plugin Generating site content with Maven 2 site-plugin Yes, you only need to do two

Generating site content with Maven 2 site-plugin

2011-02-06 Thread Geoffrey Collis
I want to automatically generate GIF files to be included in a web site generated using the maven-2 site plugin. Part of the site contains an ASCII data file from which I need to [re]generate a number of GIF files using Perl and GNUPlot. Site maintenance consists of updating the ASCII data

Re: Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection

2011-01-19 Thread Geoffrey De Smet
what their dependencies (including transitives) are, and manage these kinds of changes with exclusions etc. Wayne -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection

2011-01-18 Thread Geoffrey De Smet
, Geoffrey De Smetge0ffrey.s...@gmail.com wrote: Hi, We have a pom.xml for the drools guvnor repository jar, with this identification: groupIdorg.drools/groupId artifactIddrools-repository/artifactId version5.1.0/version Now, for the next version of that jar, we need to change the identification

Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection

2011-01-17 Thread Geoffrey De Smet
-identifications So it does detect the dependency conflict and lets just 5.2.0 survive? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Managing Modified Dependencies

2009-05-04 Thread Geoffrey Wiseman
control. In all scenarios, I'd be hoping to get back on a public version ASAP. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: [ANN] Flexmojos 3.1 Released

2009-04-01 Thread Geoffrey Wiseman
. It will coincide with the m2e 0.9.8 release. Thanks, Can't tell from Jira (no 'fix for' versions) or from this email what's new; is there a concise list somewhere of the changes in 3.0 and 3.1? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Sharing Maven-based project

2009-03-31 Thread Geoffrey Wiseman
, then it's probably simpler to set up Nexus than it is to move dependencies around between developers, yes. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Sharing Maven-based project

2009-03-31 Thread Geoffrey Wiseman
with Maven, that's a good strategy. If you're not, then I'd probably rather get the team accustomed to Maven before they get into repo managers. It's just one more moving piece. YMMV, of course. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: How to uninstall / override previous Maven version on OS X Leopard?

2009-03-22 Thread Geoffrey Wiseman
Then, at some point in the future, if I decide I don't want maven 2.0.6 anymore, I wipe it. -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: problem with two component with the same artifactId,version in different group when copy copy-dependencies

2009-03-16 Thread Geoffrey Wiseman
dependency groupIdgroupA/groupId artifactIdartifactC/artifactId version1.0.0-SNAPSHOT/version /dependency /dependencies I assume you meant to use two different group ids? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Which phase does a plugin's goal execute ?

2009-03-11 Thread Geoffrey Wiseman
, there is no phase per se -- you're just invoking a plugin. You could invoke two plugins (mvn clover2:setup jetty:run), or create a profile where you bind each plugin two phases in sequence, but you can't bind one plugin to another's invocation. - Geoffrey -- Geoffrey Wiseman http

Re: [ANN] Maven Database Migration Plugin v0.9.1

2009-03-10 Thread Geoffrey Wiseman
Liquibase? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: [ANN] Maven Database Migration Plugin v0.9.1

2009-03-10 Thread Geoffrey Wiseman
plugins; see, for example, the huge list of eclipse plugins that you can get to from the eclipse web site. Liquibase isn't strictly speaking a Maven plugin; it's a database migration tool with Maven support. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Resource Filtering Problem in Maven 2.0.10

2009-02-28 Thread Geoffrey Wiseman
\:\\Users\\Larry\\Projects\\mvn-resources. Is this change intentional or a bug? There's a bug filed against the Maven Resources Plugin 2.3 in this regard already - I forget the #. If you roll back to the maven resources plugin 2.2, you'll go back to the old behavior. -- Geoffrey Wiseman

Re: Does maven not use VERSION while detecting circular dependencies?

2009-02-09 Thread Geoffrey Wiseman
on the subject here: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html http://www.sonatype.com/book/reference/pom-relationships.html#d0e10046 -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Does maven not use VERSION while detecting circular dependencies?

2009-02-08 Thread Geoffrey Wiseman
expect it to consider the version in cyclical dependency checks. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Multimodule, multilevel project

2009-02-04 Thread Geoffrey Wiseman
: jar-with-dependencies, which is part of the the assembly plugin, but requires less config: http://maven.apache.org/plugins/maven-assembly-plugin/usage.html -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: recommendation for separation of unit, integration tests

2009-02-04 Thread Geoffrey Wiseman
of the integration tests. http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Multimodule, multilevel project

2009-02-03 Thread Geoffrey Wiseman
the parent build. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Multimodule, multilevel project

2009-02-03 Thread Geoffrey Wiseman
are intended for, so it's hard to speculate. -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: project structure and maven.

2009-02-03 Thread Geoffrey Wiseman
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: project structure and maven.

2009-02-03 Thread Geoffrey Wiseman
On Wed, Feb 4, 2009 at 12:01 AM, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: On Tue, Feb 3, 2009 at 11:55 PM, MacMohan manmohanaror...@gmail.comwrote: i m using ant 1.6 to make war files. But now my company wants me to use Maven to do nightly builds and deployment of project

Re: project structure and maven.

2009-02-03 Thread Geoffrey Wiseman
a mvn -X as well to get more information. -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Sharing (big) parts of source across projects

2009-01-26 Thread Geoffrey Wiseman
that basically, you want: myproject (pom project, no real implementation other than the two modules) - myproject-jar -- whatever this project is for; common? library? domain? JAR packaging. - myproject-web-services -- depends on myproject-jar as a JAR, WAR packaging. - Geoffrey -- Geoffrey

Re: Maven 2.0.9 NullpointerException when running tests

2009-01-26 Thread Geoffrey Wiseman
to mind right away -- try mvn dependency:tree and mvn help:effective-pom to see if you're getting the dependencies that you expect to get, and no additional dependencies? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Maven 2.0.9 NullpointerException when running tests

2009-01-25 Thread Geoffrey Wiseman
On Sun, Jan 25, 2009 at 8:13 AM, Hubert Iwaniuk neo...@kungfoo.pl wrote: Try: dependency groupIdjunit/groupId artifactIdjunit/artifactId version4.1/version scopetest/scope /dependency Or version4.4/version. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Maven 2.0.9 NullpointerException when running tests

2009-01-25 Thread Geoffrey Wiseman
On Sun, Jan 25, 2009 at 7:21 PM, Dave Newton newton.d...@yahoo.com wrote: Geoffrey Wiseman wrote: Or version4.4/version. Does 4.5 not work? I was just responding to Amin's comment about JUnit 4.4, more than anything else. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Maven 2.0.9 NullpointerException when running tests

2009-01-24 Thread Geoffrey Wiseman
be appreciated. Probably means Maven is running them as JUnit 3.X and ignoring the @Before annotations. mvn -X test, pipe the output, and check which version of Junit.jar is being used. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: only building sub-modules if changed

2009-01-14 Thread Geoffrey Wiseman
release. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

ConcurrentModificationException on DefaultMavenProject

2009-01-05 Thread Geoffrey Wiseman
) is shutting down *[14:11:52]:* *Process exit code: 1* *[14:11:52]:* Number of processed tests: 630 *[14:11:52]:* Build finished -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Are Maven profiles like Ant targets?

2008-12-17 Thread Geoffrey Wiseman
with Ant targets? I hadn't thought about using modules for this; I will look into it. Although I will note that it wouldn't be uncommon to include or exclude modules using profiles, which might take you back to where you are now. ;) -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Promoteing SNAPSHOT to releases.

2008-12-17 Thread Geoffrey Wiseman
of which is that I don't believe Maven really supports promoting releases per se; you can make releases and in so doing change the version, but in order to move from RC1 to GA, you're basically re-releasing, not promoting, as I understand it. - Geoffrey -- Geoffrey Wiseman http

Re: Are Maven profiles like Ant targets?

2008-12-17 Thread Geoffrey Wiseman
is not really the intent. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Are Maven profiles like Ant targets?

2008-12-16 Thread Geoffrey Wiseman
of these might be a module on a larger multi-module project. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Tests run fine in NetBeans, but fail using command line Maven

2008-12-16 Thread Geoffrey Wiseman
- Something that Maven enforces that Netbeans does not Hard to say without knowing a lot more about what's happening. - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Tests run fine in NetBeans, but fail using command line Maven

2008-12-16 Thread Geoffrey Wiseman
the failure that's occurring? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

Re: Tests run fine in NetBeans, but fail using command line Maven

2008-12-16 Thread Geoffrey Wiseman
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Geoffrey Wiseman http://www.geoffreywiseman.ca/

How to make .java files in src/main/resources available at runtime?

2008-12-02 Thread Geoffrey Kwan
Hi, I'm trying to include some .java files in my src/main/resources but at runtime those files get compiled and only the .class files are available. I have placed .jpg, .txt, and .java files in my src/main/resources and what ends up there at runtime is .jpg, .txt, and .class files. How can I

Re: maven-compiler-plugin fails because of Using Sun proprietary API

2008-11-24 Thread Geoffrey Wiseman
are interpreted as Errors and I get an BUILD FAILURE. You're saying this happens when you invoke the build at the command-line (rather than, for instance, errors in Eclipse)? - Geoffrey -- Geoffrey Wiseman

Re: Why does Maven supress com.sun.image.codec.jpeg?

2008-11-19 Thread Geoffrey Wiseman
that somehow you ended up with the execution environment system library. I did read a little about these but I've forgotten what I read, so I'll let you research them for yourself if you're interested. -- Geoffrey Wiseman

Re: Why does Maven supress com.sun.image.codec.jpeg?

2008-11-18 Thread Geoffrey Wiseman
, or somewhere else? Using Maven, Eclipse and m2eclipse, i've seen that happen and can talk about it, but if you're experiencing it at the Maven command-line compilation, then it's something different. - Geoffrey -- Geoffrey Wiseman

Re: why maven determine to adopt nearest definition to resolve the dependcy conflicts?

2008-11-17 Thread Geoffrey Wiseman
that it works with commons-collections 1.1.4 and another's requires commons-collections 1.2.3? I don't remember that when I briefly looked at it, but that'd be interesting to discover. - Geoffrey -- Geoffrey Wiseman

Re: dependency:tree depth

2008-11-16 Thread Geoffrey Wiseman
, servlet) are also listed at higher levels in your POM and have been pruned from the dependency tree, which accurately reflects how Maven will retrieve the dependencies as well. - Geoffrey -- Geoffrey Wiseman

Re: Is this cycle dependency ridiculous?

2008-11-16 Thread Geoffrey Wiseman
groupIdjaxen/groupId artifactIdjaxen/artifactId version1.1-beta-4/version /dependency Jaxen's dependencies are out of whack: http://furiouspurpose.blogspot.com/2008/10/xom-and-jaxen-transitive-dependencies.html -- Geoffrey Wiseman

Re: Is this cycle dependency ridiculous?

2008-11-16 Thread Geoffrey Wiseman
2008/11/17 sean.chen(陈思淼) [EMAIL PROTECTED] So please use option Tag to exclude jaxen out the dependency tree, or, it will be include in all the project which depend on dom4j. Totally agreed - only, I don't control that POM, so in the meantime, all you can do is 'exclude'. - Geoffrey

Re: Release Management Questions

2008-11-10 Thread Geoffrey Wiseman
the configuration, but there are other ways to go about it. - Geoffrey -- Geoffrey Wiseman

Re: Release Management Questions

2008-11-08 Thread Geoffrey Wiseman
the container to add the appropriate directory into the classpath in each environment. -- Geoffrey Wiseman

Re: [2.0.10 RC] Please test

2008-11-07 Thread Geoffrey Wiseman
-Dmaven.upgrade.version=2.0.10-RC2 Anyway -- I certainly don't have the time to build that, but if someone did ... I'd use it. ;) - Geoffrey -- Geoffrey Wiseman

Re: [2.0.10 RC] Please test

2008-11-07 Thread Geoffrey Wiseman
that had issues under RC11; unfortunately, I couldn't isolate the problem then, so I doubt I can isolate it now. All my other projects are fine. -- Geoffrey Wiseman

Re: Release Management Questions

2008-11-07 Thread Geoffrey Wiseman
clients) without needing to be changed and rebuilt. - Geoffrey -- Geoffrey Wiseman

Re: Best practice - multi project

2008-11-06 Thread Geoffrey Wiseman
- Geoffrey -- Geoffrey Wiseman

Re: repo1.maven.org is really slow

2008-10-28 Thread Geoffrey Wiseman
. - Geoffrey -- Geoffrey Wiseman

Re: Assembly Format with Dependency Format

2008-10-27 Thread Geoffrey Wiseman
On Fri, Oct 24, 2008 at 6:05 PM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: If I've got an assembly that i'm building in both .tar.gz and .zip formats, and I'm going to include a dependency that's available in both .tar.gz and zip formats, is there a way to include the right format based

Assembly Format with Dependency Format

2008-10-24 Thread Geoffrey Wiseman
with components to share the common elements, this seems like a bit of a hack, so I was hoping for something slightly more elegant. -- Geoffrey Wiseman

Re: Select classes to Javadoc

2008-10-20 Thread Geoffrey Wiseman
-layout.html -- Geoffrey Wiseman

Re: Maven version for MNG-624 issue

2008-10-16 Thread Geoffrey Wiseman
On Thu, Oct 16, 2008 at 7:41 AM, Shakun Gupta [EMAIL PROTECTED]wrote: Hi, Can you please let me know in which version of maven is MNG-624 issue fixed? I have tried 2.0.9 and 2.1.0-M1. http://jira.codehaus.org/browse/MNG-624 The fix version on the issue is 3.0. - Geoffrey -- Geoffrey

Re: Maven version for MNG-624 issue

2008-10-16 Thread Geoffrey Wiseman
On Thu, Oct 16, 2008 at 8:17 AM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: On Thu, Oct 16, 2008 at 7:41 AM, Shakun Gupta [EMAIL PROTECTED]wrote: Hi, Can you please let me know in which version of maven is MNG-624 issue fixed? I have tried 2.0.9 and 2.1.0-M1. http://jira.codehaus.org

Re: sequence of plugin execution

2008-10-09 Thread Geoffrey Wiseman
might be able to move things around and achieve some semblance of ordering; I haven't tried it, so I could have misinterpreted some of what I read. - Geoffrey -- Geoffrey Wiseman

Re: [OT somewhat] commit modules separately or all under one project?

2008-10-08 Thread Geoffrey Wiseman
starts to develop its own lifecycle, I'll start splitting them off into their own projects. Make sense? - Geoffery -- Geoffrey Wiseman

Re: evaluation report-history tools (e.g. xradar, sonar)

2008-10-08 Thread Geoffrey Wiseman
to people i know who have used them... I've used Sonar. It's not bad at what it does. I do wish it was just integrated into Maven Site, tho. - Geoffrey -- Geoffrey Wiseman

Re: how to set '/' as root context for war?

2008-09-29 Thread Geoffrey Wiseman
to Maven, unless you're talking about, say, making that happen in the Maven cargo plugin. - Geoffrey -- Geoffrey Wiseman

Maven Site / Compile Failure

2008-09-23 Thread Geoffrey Wiseman
mvn 2.0.9 and mvn 2.1.0-M1 (although possibly not with mvn 2.0.8, although that may simply be due to the plugin versions changing, for all I know). I'm still diagnosing, but in the meantime, if anyone has any thoughts on what might be happening, I'm happy to hear 'em. -- Geoffrey Wiseman

Re: Maven Site / Compile Failure

2008-09-23 Thread Geoffrey Wiseman
On Tue, Sep 23, 2008 at 3:01 PM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: When we run 'mvn clean install' in a particular project, all is well, compilation and all. When we run 'mvn clean install site' on that same project, we get a compilation error, seemingly due to one

Re: Maven Site / Compile Failure

2008-09-23 Thread Geoffrey Wiseman
On Tue, Sep 23, 2008 at 3:56 PM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: Seems to be some weird interaction between the classpath and the site plugin in a multimodule. Basically, I've got a structure somewhat like this within some part of my project structure: model - persistence

Dependency Report Taking Forever And A Day

2008-09-10 Thread Geoffrey Wiseman
Suggestions? - Geoffrey -- Geoffrey Wiseman

Re: Excluding a file in resources when compiling

2008-09-04 Thread Geoffrey Wiseman
with it, if not put it in the class root? That's normally what Maven would do with a main resource which is mostly what I would want to do with things like configuration files, but since you don't want that, I'm wondering what you do want. - Geoffrey -- Geoffrey Wiseman

Re: what to do when you require a dependency in an open-source project that isn't available on a public maven 2 repository, but could be (and you can't host it)

2008-09-03 Thread Geoffrey Wiseman
-maven-and-community.html -- Geoffrey Wiseman

Re: [ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Geoffrey Wiseman
underestanding from the issue description? - Geoffrey -- Geoffrey Wiseman

Re: [ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Geoffrey Wiseman
On Tue, Sep 2, 2008 at 11:18 AM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson [EMAIL PROTECTED] wrote: ** Improvement * [MSHARED-5] - Track selectVersionFromRange event in dependency tree nodes Is this an entirely internal capaibility, or does

Re: Approach for multi-projects based on same base code

2008-09-02 Thread Geoffrey Wiseman
/guides/introduction/introduction-to-archetypes.html, creating archetypeshttp://maven.apache.org/guides/mini/guide-creating-archetypes.htmland general Maven things like dependencies. - Geoffrey -- Geoffrey Wiseman

Re: [PLEASE TEST] Maven 2.0.10-RC11

2008-08-29 Thread Geoffrey Wiseman
* if it worked in new versions of Maven, but it's not pressing for me. http://jira.codehaus.org/browse/MNG-3736 - Geoffrey -- Geoffrey Wiseman

Re: [PLEASE TEST] Maven 2.0.10-RC11

2008-08-28 Thread Geoffrey Wiseman
-multiproject\console\target\dependency-reduced-pom.xml (Access is denied) This isn't true on 2.0.9. - Geoffrey -- Geoffrey Wiseman

Re: Simplest possible http repo setup?

2008-08-27 Thread Geoffrey Wiseman
-constrained box as well. When your build system is outpowered by current cell-phones, perhaps it's time to upgrade the build system? - Geoffrey -- Geoffrey Wiseman

Re: Resolving dependency properties

2008-08-26 Thread Geoffrey Wiseman
, and all existing projects would have to update their reference to it. You could use an in-flux snapshot parent pom for that, I imagine. -- Geoffrey Wiseman

Re: release:prepare and multi-module projects

2008-08-26 Thread Geoffrey Wiseman
with the release plugin using SVN either over https or ssh+svn, most recently with Maven 2.0.8 and 2.0.9. Haven't hit the issue you're describing, so I'm not sure what to suggest. - Geoffrey -- Geoffrey Wiseman

Re: SCM dependencies?

2008-08-25 Thread Geoffrey Wiseman
). If, on the other hand, these are projects that aren't very tightly coupled, then you'd usually stick to JAR-style dependencies, although there may still be another way of making what you want happen. It sounds like the former case is closer to what you need, though. - Geoffrey -- Geoffrey Wiseman

Re: SCM dependencies?

2008-08-25 Thread Geoffrey Wiseman
recommend as well, reasonable starting point. I would have included it in the first email, but was running low on time. ;) - Geoffrey -- Geoffrey Wiseman

Re: repo1 is down

2008-08-25 Thread Geoffrey Wiseman
, but it is very very slow : 30 seconds by request ! This is one of the many reasons I'd recommend that any remotely serious maven user consider using a mirror/proxy arrangement like Nexus or Artifactory. - Geoffrey -- Geoffrey Wiseman

Re: manipulating an existing archive during assembly

2008-08-25 Thread Geoffrey Wiseman
. The Shade plugin can also do some serious transformations, although the documentation's pretty spotty. The easiest thing is probably what Brett already suggested. - Geoffrey -- Geoffrey Wiseman

Re: How to cope with conflicting jar versions

2008-08-25 Thread Geoffrey Wiseman
where an artifact has been moved/renamed you may need to get into exclusions. - Geoffrey -- Geoffrey Wiseman

Re: JUnit Classpath problem

2008-08-24 Thread Geoffrey Wiseman
-- Geoffrey Wiseman

Re: Making the case for Maven to managment

2008-08-22 Thread Geoffrey Wiseman
find those to be the exception rather than the rule). - Geoffrey -- Geoffrey Wiseman

Re: Extra module activation from profile

2008-08-20 Thread Geoffrey Wiseman
iddistribution/id modules moduledistribution/module /modules /profile This particular profile doesn't do anything else, but there's no reason why it couldn't. -- Geoffrey Wiseman

Re: Where to place design documents

2008-08-15 Thread Geoffrey Wiseman
be in the wiki?. - Geoffrey -- Geoffrey Wiseman

Re: recommended convention for (groupId/artifactId)-to-(OSGi Bundle-SymbolicName) relationship

2008-08-14 Thread Geoffrey Wiseman
? Without having done much OSGi, 'd say the second one seems in keeping with the typical usage of Maven, whereas the former does not. - Geoffrey -- Geoffrey Wiseman

Who's bug, Maven's or Geronimo-maven-plugin's?

2008-08-14 Thread Geoffrey Wiseman
:258) at org.apache.geronimo.mavenplugins.geronimo.server.InstallerMojoSupport.getAssemblyArtifact(InstallerMojoSupport.java:244) -- Geoffrey Wiseman

Re: [POLL] Default Value for Reports Output Encoding

2008-08-13 Thread Geoffrey Wiseman
the Maven users list. ;) - Geoffrey -- Geoffrey Wiseman

Capitalizing POM (was: How to exclude some repositories from a child pom?)

2008-08-07 Thread Geoffrey Wiseman
don't wonder what kind of spam I just received. Not a big deal, just a suggestion. :) - Geoffrey -- Geoffrey Wiseman

Re: Default versions of the plugins downloaded

2008-08-04 Thread Geoffrey Wiseman
in my projects and want to know if the latest will be downloaded if i dont specify the version anywhere. AFAIK: - prior to Maven 2.0.9 - the latest - Maven 2.0.9 and beyond - the version that was current/stable/selected at the time of Maven's release -- Geoffrey Wiseman

Re: Porpuse of src/main/config

2008-08-01 Thread Geoffrey Wiseman
environment? What about this? http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html -- Geoffrey Wiseman

Assembly Plugin - Line Feeds by Format

2008-08-01 Thread Geoffrey Wiseman
this happen? - Geoffrey -- Geoffrey Wiseman

Re: Release Plugin - Resolving Snapshot Dependencies

2008-07-31 Thread Geoffrey Wiseman
On Thu, Jul 31, 2008 at 7:11 PM, Craig [EMAIL PROTECTED] wrote: Geoffrey, Could it be this bug http://jira.codehaus.org/browse/MRELEASE-350 ? Try choosing option '1' instead of option '0'. regards, Craig I'm fairly certain I tried 1 as well, but without having done so in the last 12

Release Plugin - Resolving Snapshot Dependencies

2008-07-30 Thread Geoffrey Wiseman
-commons:frc-common:jar:1.3-SNAPSHOT:compile com.feedroom.feedroom-commons:frc-test:jar:1.3-SNAPSHOT:test Am I missing something about how this is supposed to work? It seems like it's trying and failing to resolve the dependencies and move forward. - Geoffrey -- Geoffrey Wiseman

Re: Regarding distributionManagement element

2008-07-22 Thread Geoffrey Wiseman
://maven.apache.org/plugins/maven-site-plugin/usage.html -- Geoffrey Wiseman

jst.web

2008-07-20 Thread Geoffrey Rekier
=2.4 on my MacBook (same version of mvn). I did not find anything after a Google search so I thought I asked. Has anyone met this problem? Did I miss something somewhere? Any tips? Best Regards Geoffrey Rekier

Re: wanna deploy jar here, sources there, etc.

2008-07-18 Thread Geoffrey Wiseman
into the correct repos based on the artifact outside of Maven, tho. - Geoffrey -- Geoffrey Wiseman

Re: Exclude .java files while compiling and packagin a .War file

2008-07-16 Thread Geoffrey Wiseman
. It's not a matter of excluding them, it's a question of what's causing them to be included, I'd say. - Geoffrey -- Geoffrey Wiseman

Re: MavenExectionException: Failed to validate POM for project

2008-07-15 Thread Geoffrey Wiseman
, I got a message about the missing version, then later a message about he failed POM. - Geoffrey -- Geoffrey Wiseman

  1   2   3   4   >