Re: Plugin to find updated versions of dependencies?

2007-01-19 Thread Mark Hobson
suppose. I don't believe such a plugin exists yet, but it would indeed be very handy. I'd suggest adding it to the dependency plugin after my recent thread regarding other dependency management goals [1]. Cheers, Mark [1] http://www.nabble.com/-m2--Adding-further-dependency-goals

Re: [m2] Repeatable build and plugin version resolution

2007-01-17 Thread Mark Hobson
version 2, which breaks my build, but I wasn't using snapshots. Do any solutions for this already exist? is it in the pipeline for the release management stuff? This is currently being discussed, see: http://www.nabble.com/-m2--Generating-release-POMs-tf2944894s177.html Mark

Re: List of dependencies

2007-01-16 Thread Mark Hobson
-reports:dependencies bit on the command line! ;-) We have the same argument here :) Once maven-help-plugin 2.1 is released you can use the even-more-convenient help:dependencies :) Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: R: [m2] Generating release POMs

2007-01-16 Thread Mark Hobson
to submit a patch to uncomment and fix the existing code. Does anyone see any reason not to do this? I'd certainly be interested in this - I was going to do the same when I get a chance. Brett (if you're out there!), can you shed any light on why this code was commented-out? Mark

Re: changing phase of javadoc:jar and sources:jar

2007-01-11 Thread Mark Hobson
to download them, each time I use eclipse:eclipse. Is there a way to tell eclipse:eclipse not to try downloading a set of sources / javadoc ? See MECLIPSE-174 [1], fixed in 2.3. Mark [1] http://jira.codehaus.org/browse/MECLIPSE-174

Re: problems running project on jetty

2007-01-11 Thread Mark Hobson
/howto.html Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Applets and assembly of webapps

2007-01-10 Thread Mark Hobson
/netbeans to deploy that auotmatically, but at least I have something that I can deploy manually. Afraid I haven't used netbeans. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Help executing both unit and integration tests in a single artifact

2007-01-10 Thread Mark Hobson
Also check this wiki page: http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Mark On 10/01/07, franz see [EMAIL PROTECTED] wrote: Good day to you, Todd, Can you kindly paste the build part of your pom, and the maven output to your console? The no tests to run you got

Re: R: [m2] Generating release POMs

2007-01-10 Thread Mark Hobson
this functionality was commented out? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Applets and assembly of webapps

2007-01-10 Thread Mark Hobson
the Maven ant tasks to bring the applet and it's dependencies down in the process-resources phase. As suggested above, try using the dependency plugin to achieve this in that phase. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Obtaining a plugin's dependencies

2007-01-09 Thread Mark Hobson
@requiresDependencyResolution on your mojo? See: http://maven.apache.org/developers/mojo-api-specification.html Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Dependency Resolution Question for report writing.

2007-01-09 Thread Mark Hobson
Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Obtaining a plugin's dependencies

2007-01-09 Thread Mark Hobson
On 09/01/07, Niels Gylling [EMAIL PROTECTED] wrote: Thanks Mark, it works. Now next step is figuring out how I missed it from the documentation... Problems with finding answers in the Maven documentation? Surely not.. ;) Mark

[m2] Generating release POMs

2007-01-09 Thread Mark Hobson
, Mark [1] http://maven.apache.org/plugins/maven-release-plugin/examples/generate-release-poms.html [2] http://jira.codehaus.org/browse/MRELEASE-177 [3] http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/release/phase

Re: [m2] Generating release POMs

2007-01-09 Thread Mark Hobson
the question still stands. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Generating release POMs

2007-01-09 Thread Mark Hobson
On 09/01/07, Mark Hobson [EMAIL PROTECTED] wrote: Thanks for the link, that'll teach me not to search the archives first ;) Looks like this thread was hijacked by an unrelated issue and never got answered, so the question still stands. Seeing as I've never seen this in action, I assume

Re: R: [m2] Generating release POMs

2007-01-09 Thread Mark Hobson
potentially be changed by a CLI parameter. ... Thanks for that - I hadn't noticed that part of that document. I guess this invites the question: does Maven currently recognise release-pom.xml's and use them in preference to pom.xml's? Mark

Re: Applets and assembly of webapps

2007-01-09 Thread Mark Hobson
dependencies by using the antrun plugin and the maven ant tasks. It's a bit of a long-winded route, but it works. I believe the dependency plugin can also be used to achieve this, and would be a lot simpler, but I haven't got round to trying it myself. Mark

Re: Deploying to snapshot repository: controlling accretion

2007-01-09 Thread Mark Hobson
plugin. And of course not everyone will want to use this feature or might want to keep varying numbers of old snapshots so you'll want to add some configuration etc. We'd certainly have use for this functionality - we currently have to do this manually. Mark

Re: [ANN] Maven Deploy Plugin 2.3 Released

2007-01-08 Thread Mark Hobson
2.3 needs to be marked as released in JIRA. Mark On 30/12/06, Jason van Zyl [EMAIL PROTECTED] wrote: The Maven team is pleased to annonunce the release of the Maven Deploy Plugin, version 2.3. http://maven.apache.org/plugins/maven-deploy-plugin/ You can run mvn -U to get the latest version

[m2] running both Maven 1.0.2 and Maven 2.0.4

2007-01-04 Thread Mark Hansen
It seems that it is impossible to use both Maven 1 and Maven 2 concurrently since both use the MAVEN_HOME environment variable. Is that correct? Are there any workarounds? I am building multiple projects - some use Maven 2 and some use Maven 1.

Re: [m2 plugin] Obtaining dependencies tree

2006-12-28 Thread Mark Hobson
there when it sees a duplication, and how it resolves it ( or at least, which one it will use ). Yep, I'd like to see help:dependencies provide this functionality, perhaps via a property. Feel free to raise an issue for it. Mark

Re: Anyone seen a M2 XSTLC plugin?

2006-12-12 Thread Mark Hobson
On 12/12/06, Wayne Fay [EMAIL PROTECTED] wrote: Updated MOJO-483 with my changed files as previously mentioned. Tkae a look when you have a chance... Thanks Wayne, will do when I get a moment. Mark - To unsubscribe, e-mail

maven-proxy: how to exclude source artifacts from beeing resolved from a public repo

2006-12-12 Thread Mark Struberg
Hi! Our situation: We are using maven in our corporate environment, maintaining our own local artifact and plugin repository for inhouse stuff. All locally released artifacts also have attached source artifacts for debugging purpose in Idea and Eclipse. We are using maven-proxy to reduce

Re: what dependency is bringing in this artifact?

2006-12-09 Thread Mark Hobson
applied as a consequence :). Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Anyone seen a M2 XSTLC plugin?

2006-12-09 Thread Mark Hobson
On 09/12/06, Dan Tran [EMAIL PROTECTED] wrote: it has 0 vote ;-) until now :-). I wonder if it should be merged into xml-maven-plugin or stands by itself +1 to merge into the xml-maven-plugin. Mark - To unsubscribe, e-mail

Re: Jar classpath order

2006-12-09 Thread Mark Hobson
whether we are SOL or if there is a solution that solves this? You may be interested in this issue: http://jira.codehaus.org/browse/MNG-1412 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Re: Re: selenium plugin?

2006-12-09 Thread Mark Hobson
On 09/12/06, David [EMAIL PROTECTED] wrote: Hmmm... haven't been able to access the website URL specified at their pom: http://mojo.codehaus.org/selenium-maven-plugin Try now, I've just deployed the site. It's documentation is a bit thin on the ground though.. Mark

Re: what dependency is bringing in this artifact?

2006-12-08 Thread Mark Hobson
and use help:dependencies for an easy-to-read dependency tree! Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: what dependency is bringing in this artifact?

2006-12-08 Thread Mark Hobson
I'll try again - the below email was rejected by an over-zealous spam filter (Symantec Mail Security detected prohibited content in a message sent from your address): On 08/12/06, Mark Hobson [EMAIL PROTECTED] wrote: On 07/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: Build the site and look

Re: what dependency is bringing in this artifact?

2006-12-08 Thread Mark Hobson
first two attempts were blocked by an over-zealous spam filter: Symantec Mail Security detected prohibited content in a message sent from your address) Or apply MPH-14 and use help:dependencies to see a dependency tree that's easier to read. Mark

Re: checkstyles

2006-12-08 Thread Mark Hobson
mygroup:mybuild:jar:1.0 that contains your shared checkstyle.xml. Mark On 04/12/06, Trevor Torrez [EMAIL PROTECTED] wrote: Yup; i agree; versioning everything associated with the build is a good idea, and currently we do do this; I was hoping to get rid of the duplications from project to project

Re: [m2] eclipse:eclipse downloadSources

2006-12-07 Thread Mark Hobson
it on 2.2 Cool, cheers for the clarification. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Anyone seen a M2 XSTLC plugin?

2006-12-06 Thread Mark Hobson
place to add it to. I'd also be interested in this since we XSLTC at runtime too. Cheers, Mark [1] http://mojo.codehaus.org/xml-maven-plugin/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [m2] eclipse:eclipse downloadSources

2006-12-06 Thread Mark Hobson
Can anyone shed any light on this? Mark On 28/11/06, Mark Hobson [EMAIL PROTECTED] wrote: Hi there, Is there any distinction between the downloadSources and eclipseDownloadSources config params? The doc doesn't seem to make it too clear: http://maven.apache.org/plugins/maven-eclipse-plugin

Re: [m2] eclipse:eclipse downloadSources

2006-12-06 Thread Mark Hobson
On 06/12/06, Martin Gilday [EMAIL PROTECTED] wrote: It says it stores the cache file in target. This seems a little odd as you are going to lose it everytime you do a clean. I don't even get a cache file appearing - it rechecks the source and javadoc jars every time. Mark

Re: Anyone seen a M2 XSTLC plugin?

2006-12-06 Thread Mark Hobson
On 06/12/06, Wayne Fay [EMAIL PROTECTED] wrote: Good point, Mark. Depending on the results of some things out of my control, I'm going to probably need to use XSLTC during the build process, so I'll see about adding the functionality to that existing plugin. Assuming I get it working (currently

Re: [M2] different maven-...help-plugins?

2006-12-04 Thread Mark Hobson
. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: checkstyles

2006-12-04 Thread Mark Hobson
. :) Can't Jason's remote resources plugin be used for this? http://people.apache.org/~jvanzyl/maven-remote-resources-plugin/ Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: changes report and bugzilla

2006-12-01 Thread Mark Hobson
On 01/12/06, Nathan Coast [EMAIL PROTECTED] wrote: I see there is changes support for jira in the changes plugin. Is there any support for bugzilla as the issue tracking system? If not, is this in the pipeline? http://jira.codehaus.org/browse/MCHANGES-58 Mark

Re: how to exclude plugin dependencies?

2006-11-29 Thread Mark Hobson
in the build/plugins/plugin/dependency block. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deploying several third party JARs to with one pom

2006-11-29 Thread Mark Struberg
Are those jars 3-rd party tools or selfmade jars? Anyway, i recommend using 3 poms. This is the only way of detecting/get rid of things like cyclic dependencies etc. lg, strub --- Wayne Fay [EMAIL PROTECTED] schrieb: No, unless you package the three Jars together as a single Jar (unjar all

[m2] eclipse:eclipse downloadSources

2006-11-28 Thread Mark Hobson
a cache file - is this implemented in 2.2 or is it a new 2.3 feature? 2.2 seems to check every time for me. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: multiple artefacts for a project?

2006-11-28 Thread Mark Struberg
If you like to have multiple files packed together in a zip and the zip should be handled as attached artifact, you may also use the maven-assembly-plugin. lg, strub --- Nathan Coast [EMAIL PROTECTED] schrieb: Hi Tom, thanks for your reply, from your hint I've made some good progress:

Re: Running both unit and integration tests in the same module

2006-11-27 Thread Mark Hobson
://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Test Classpath Order Problems

2006-11-27 Thread Mark Hobson
-1412jira.codehaus.org/browse/MNG-1412 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to do native2ascii?

2006-11-27 Thread Mark Struberg
Hi Jiang! This task is a bit tricky, since the antrun plugin does come with almost no dependencies in the default pom. This is basically a good idea, since you don't have jars lying around which you do not use. Specially the native2ascii is a bit dirty, since this is a special part provided by

Re: Install Running Twice

2006-11-27 Thread Mark Struberg
If 'aggregated POM' means POM inheritence, this may also be a situation like this one: http://jira.codehaus.org/browse/MNG-2297 try using $mvn help:effective-pom If you get two nearly identical plugin sections then you have to wait for maven-2.0.5 or merge the pach back to 2.0.4 . lg, strub

RE: How to do native2ascii?

2006-11-27 Thread Mark Struberg
-contrib lg, strub --- Mark Struberg [EMAIL PROTECTED] schrieb: dependencies dependency groupIdant/groupId artifactIdant-antlr/artifactId version1.6.5/version /dependency dependency

RE: How to do native2ascii?

2006-11-27 Thread Mark Struberg
Oki, i looked at all jars. You have to add the ant-nodeps to your dependencies also. This contains the optional ant taskdef for native2ascii. dependency groupIdant/groupId artifactIdant-nodeps/artifactId version1.6.5/version scoperuntime/scope /dependency lg, strub --- jiangshachina

Re: [m2] noobie : cobertura problems - not reporting all classes in all packages

2006-11-26 Thread Mark Nicholson
Re: [m2] noobie : cobertura problems - not reporting all classes in all packages Hi Mark did you check whether the instrumentation file actually created that cobertura.ser where it said it did? If so, before you execute cobertura:cobertura, move it into the target directory where

Re: Starting/Stopping Jetty for integration testing

2006-11-24 Thread Mark Hobson
+and+stopping+a+container#Startingandstoppingacontainer-lifecycle Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] noobie : cobertura problems - not reporting all classes in all packages

2006-11-22 Thread Mark Nicholson
Hi - I set up the following in pom : : build plugins !-- Cobertura Code Coverage -- plugin groupIdorg.codehaus.mojo/groupId artifactIdcobertura-maven-plugin/artifactId

m2 noobie probems with apache repository

2006-11-21 Thread Mark Nicholson
Hi - this was all working great guns but all of a sudden no-longer I'd set up the following pom dependancy - : repository idIbiblio/id nameIbiblio/name urlhttp://www.ibiblio.org/maven2/maven/url /repository repository idApache/id

Re: m2 noobie probems with apache repository

2006-11-21 Thread Mark Nicholson
Many thanks - but alas my problem persists I'm not sure if its related, but that repo url should be: http://www.ibiblio.org/maven2 There's no trailing /maven. Wayne On 11/20/06, Mark Nicholson [EMAIL PROTECTED] wrote: Hi - this was all working great guns but all of a sudden no-longer

Hibernate 3.2

2006-11-15 Thread Mark Grand
I want to use Hibernate 3.2 in a project that I am building with maven. There is no artifact for Hibernate 3.2 in ibiblio. How can I manually set it up in my local repository? Mark Grand (404)925-8265

Re: jars not being included in compiler classpath

2006-11-14 Thread Mark Struberg
I get confused by the scope thing.If scope is test , does that mean the jars will only be used in the test phase of the build lifecycle? Exactly, they are only available for the phases needed for the test compile, executing the test and building the test reports. This are the following

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can you make this report easily descend recursively through sub-projects or not ? Don't you get a dependency tree like on this report?: http://maven.apache.org/plugins/maven-project-info-reports-plugin/dependencies.html Mark

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
with the dependency path for each one? Not that I'm aware of, although it'd be easy enough to do. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
with the traditional UNIX command (1) du /usr/src and (2) du -k /usr/src This just changes the units to kilobytes, not sure what the analogy is here? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
or secret parameters that I can see. It's a plexus component rather than a mojo. It will be used by MPH-14 once it has been committed - I'm holding off submitting that patch in case the shared component API needs to change. Mark

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
Dependencies); all transitive dependencies (Project Transitive Dependencies) (what you require I believe); and the dependency tree (Project Dependency Graph). If you're not seeing that maybe you're running an old version? Wrong flag (twice in one day, huh) du -s /usr/src Heh, I get you now. Mark

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So this is no go, then until the Mojo is released. Kind of - I could submit the patch in the meantime, but really it just gives the same info as the dependency reports plugin. Mark

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
/apache/maven/plugins/maven-project-info-reports-plugin/2.0.1/ http://maven.apache.org/plugins/maven-project-info-reports-plugin/ http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/ Mark

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
running this as a pom project. I haven't tried to use the report under multi-module builds, so not sure how aggregation would work. Anyone else know much about this? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: MavenProjectBuilder injection in a Mojo

2006-11-10 Thread Mark Hobson
} * @required * @readonly */ private MavenProjectBuilder projectBuilder; Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MavenProjectBuilder injection in a Mojo

2006-11-10 Thread Mark Hobson
the job yet... Strange, the docs seem to imply they are equivalent..? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MavenProjectBuilder injection in a Mojo

2006-11-10 Thread Mark Hobson
On 10/11/06, franz see [EMAIL PROTECTED] wrote: Good day to you, Mark, Curious, which docs are you referring to? I was looking at: http://maven.apache.org/developers/mojo-api-specification.html#The Descriptor and Annotations See the third table in that section, the @component annotation

Re: Resolving project dependencies

2006-11-10 Thread Mark Hobson
On 10/11/06, Sebastien Brunot [EMAIL PROTECTED] wrote: how do you programmaticaly resolve the dependencies of a MavenProject object ? Are you trying to resolve: the project's declared dependencies; all the project's transitive dependencies; or traverse the project's dependency tree? Mark

Re: Resolving project dependencies

2006-11-10 Thread Mark Hobson
, see: http://jira.codehaus.org/browse/MNG-2654 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] List of All Dependencies for any project X

2006-11-10 Thread Mark Hobson
On 10/11/06, Sebastien Brunot [EMAIL PROTECTED] wrote: Mark Hobson seems to have authored mojos that does this: http://jira.codehaus.org/browse/MNG-2654 Yep, that's the prerequisite to provide a patch for http://jira.codehaus.org/browse/MPH-14, which is the cleanest solution. Although

Re: how to debug bundled dependencies?

2006-11-09 Thread Mark Hobson
easier to read :) Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] Re: maven-war-plugin 2.0.2

2006-11-08 Thread Mark Reynolds
committers follow at the moment. Perhaps they are focusing on maven 2.0.5, maybe 1.1 I don't know, but once I know, I can be a lot more patient. Marcel --- Mark Hobson [EMAIL PROTECTED] wrote: On 17/10/06, Carlos Sanchez [EMAIL PROTECTED] wrote: the more releases the better +1 Any more takers

Re: Too many jars added to lib?

2006-11-02 Thread Mark Struberg
there is a syntax to exclude some transitive dependencies from the dependency-list: a small sample: dependency groupIdavalon-framework/groupId artifactIdavalon-framework-api/artifactId version4.3/version exclusions exclusion

Re: Managing Release Jars

2006-10-31 Thread Mark Hobson
. 5) Add automated support for this process. Where would this end up - Archiva, release plugin, separate tool? I quite like the idea of (4), what do others think? Mark On 30/10/06, John Casey [EMAIL PROTECTED] wrote: Unless your projects are released in lock-step, you probably want to update

Re: Managing Release Jars

2006-10-31 Thread Mark Hobson
, although I think it would be impractical for large component hierarchies and neglects the potential power of Maven. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [CONTINUUM] working copy locked

2006-10-28 Thread Mark Reynolds
In a command prompt, go to continuum's working copy directory and execute the command svn cleanup. On 10/28/06, Jorg Heymans [EMAIL PROTECTED] wrote: Hi, Our build is failing with this error : Build Error:

RE: [m2] how to debug a plugin

2006-10-27 Thread Mark Struberg
Hi Fred! If you are using eclipse, you will need to start maven via the eclipse 'debug as Java Application'. There are a few things to consider (example is based on my linux installation in /opt/apache/maven): 1.) You have to add the maven boot jars to the classpath (all jars from

FreeHEP NAR Plugin documentation updated

2006-10-27 Thread Mark Donszelmann
) plugin enables the building of native (c, c++, fortran) artifacts, the deployment of these and dependencies on them. Regards Mark Donszelmann Stanford Linear Accelerator Center - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How do I generate test javadocs?

2006-10-27 Thread Mark . Crocker
Mark Crocker wrote on 2006-10-27 10:41:27: Mark Crocker wrote on 2006-10-10 08:30:19: How do I get the maven-javadoc-plugin to include the test classes as well as the runtime classes when generating Javadocs? I was hoping for something a little more like the jxr plugin, which creates TWO

RE: Maven Noobie - How can I just add a directory of jars to my classpat

2006-10-25 Thread Mark Struberg
Hi! If you have a 100-dred jars, then you should really use the declarative dependency mechanism via the pom. Otherwise you don't get all the benefits out of maven. Or as Sigi Goeschl always says: Dirty remains, while quick is long forgotten lg, strub --- goatwuss [EMAIL PROTECTED] schrieb:

[vote] Re: maven-war-plugin 2.0.2

2006-10-24 Thread Mark Hobson
On 17/10/06, Carlos Sanchez [EMAIL PROTECTED] wrote: the more releases the better +1 Any more takers?! I've added [vote] to the subject in the hope of enticing some more positive numbers.. :) Mark - To unsubscribe, e-mail

missing usage of css class in generated html

2006-10-23 Thread Mark Sudau Consulting Software
s {  text-align: center;  vertical-align: middle; } And here is the code that was generated from the xml file. ... td 90% /td ... As you can see, I am missing the complete style definition in the td tag. Is this a bug or is there a proved way to add user defined styles.

Re: changing war name when installiing to repository

2006-10-23 Thread Mark Struberg
if you only want to change the name of the generated war file, then you may simply use finalnameyourwarname/finalname After $ mvn package you will end up having a file ./target/yourwarname.war which may e.g. be locally deployed and started with cargo $ mvn cargo:start ending up with the

build error while executing site of M2

2006-10-20 Thread Mark Sudau Consulting Software
/reporting So where is my mistake? Regards Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Mark Hobson
of the hibernate3-maven-plugin is really waiting for hibernate-tools to use these new releases. See this thread: http://archive.mojo.codehaus.org/dev/c184d750610180649h22e63af0sdd427bd9f67a163%40mail.gmail.com Mark

bundle archives to ejb or war

2006-10-18 Thread Mark Sudau
properties for the dependencies like properties ejb.bundletrue/ejb.bundle properties in the ejb project and properties war.bundletrue/war.bundle properties in the web application project. Now how can I do in Maven 2 Thanks for helpeing Mark

problems in using changelog plugin [M2]

2006-10-18 Thread Mark Sudau
://www.ibiblio.org/maven2), central (http://repo1.maven.org/maven2), apache-repo (http://myfaces.zones.apache.org/dist/maven-repository), codehaus (http://repository.codehaus.org) ... The network is on and the compile works fine with downloading archives from the web. Thanks for helping Mark

Re: problems in using changelog plugin [M2]

2006-10-18 Thread Mark Sudau Consulting Software
found the error. It may not be :cvs:@cvsserver: but :[EMAIL PROTECTED]: So I hab a : to much. Mark Sudau schrieb: Hi folks, actually I moved my Project from maven 1 to maven 2. Now I want to generate some reports. All are runing fine except the changelog. I wonder why as I copied

Re: bundle archives to ejb or war

2006-10-18 Thread Mark Sudau
in the web-application I need to bundle the tld's to the war-archive. So as you can see there are different projects which have the same problem. thanks Mark Geoffrey De Smet schrieb: 1 artifact = 1 pom with 1 packaging (default is jar). By using scopes on your dependencies in that pom

maven-war-plugin 2.0.2

2006-10-17 Thread Mark Hobson
Can maven-war-plugin 2.0.2 be released? Web resource filtering introduced in 2.0.1 is very handy, but the MWAR-55 regression fixed in 2.0.2 stops that release from being used. There was some talk about a release about three months ago.. Mark

default goal should maybe be verify

2006-10-17 Thread Mark Donszelmann
the projects it is checking itself. Have the developers of continuum given this any thought? Regards Mark Donszelmann Stanford Linear Accelerator Center

RE: Maven War Plugin problem / need help

2006-10-13 Thread Mark Struberg
Hi Marco! Shouldn't webresources point to the webapp folder? webResources resource directory${basedir}/WebContent/directory /resource /webResources best regards, strub --- Marco Mistroni [EMAIL PROTECTED] schrieb: hi all, i am using maven2 war plugin to package my war project

Re: freehep-nar: status documentation?

2006-10-10 Thread Mark Donszelmann
Hi updating the docs this week. Please mail me in a week if I have not put them yet. Regards Mark On Oct 9, 2006, at 11:36 AM, Max Bowsher wrote: What is the status of freehep-nar for Maven 2? I've found tantalizing mentions of it in various places, but the freehep-nar site's usage docs

How do I generate test javadocs?

2006-10-10 Thread Mark . Crocker
How do I get the maven-javadoc-plugin to include the test classes as well as the runtime classes when generating Javadocs? From the maven-javadoc-plugin site (http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html), I can see that there's a sourcepath option, but I don't have

Re: jar and war together

2006-10-09 Thread Mark Struberg
please take a short look at my last comment in MWAR-73 http://jira.codehaus.org/browse/MWAR-73 I patched the maven-war-plugin to also generate an attached artifact with the jar-ed WEB-INF/classes if you set archiveClasses=true. This attached artifact may later be requested as dependency in

RE: SV: jar and war together

2006-10-09 Thread Mark Struberg
this plugin in my company which uses maven 2.04 and cannot switch to a complete snapshot build) best regards, strub --- Naess, Ronny [EMAIL PROTECTED] schrieb: He provided a patch to be used. That shuld solve the problem. Maybe Mark kan give you som further information in how to use that patch

Re: Continuum behind Apache Proxy

2006-10-02 Thread Mark Hewett
://scm.example.com/continuum/ VirtualHost *:80 ServerName scm.example.com ... RewriteEngine on # Proxy Continuum RewriteRule ^/continuum$ continuum/ [R] ProxyPass /continuum/ http://localhost:8090/continuum/ ProxyPassReverse /continuum/ http://localhost:8090/continuum/ /VirtualHost Mark

Re: JavaCC plug-in and multiple grammar files

2006-09-27 Thread Mark Donszelmann
Hi did not find your attached pom. You can however run the javacc plugin multiple times with different configurations (output dir/package). Regards Mark Donszelmann On Sep 27, 2006, at 4:10 AM, Stefano Fornari wrote: Hi All, I have multiple grammar files, each going into a different package

Re: Skipping report generation

2006-09-21 Thread Mark Crocker
Howard Lewis Ship hlship at gmail.com writes: The documentation appears to state that -DgenerateReports=false will skip report generation. http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html However, in practice, reports are always generated (very slow for me; large project,

<    5   6   7   8   9   10   11   12   13   14   >