Re: JPMS compile problems

2021-04-25 Thread Apache
the > compiler plugin > and/or Surefire/Failsafe. So, things might have changed compared to what I > wrote back > in 2018. > > > >> On Sun, Apr 25, 2021 at 4:33 PM Apache wrote: >> >> Robert, I am not sure what you are getting at with reference to black

Re: JPMS compile problems

2021-04-25 Thread Apache
Yes. My main jar has org.apache.logging.log4j.core and the test jar has org.apache.logging.log4j.core.test. Although IntelliJ is very confused by what I am doing it has no part in this. I only build using maven from the command line. Yes, to get all these compiles to work I have had to move thin

Re: JPMS compile problems

2021-04-25 Thread Apache
Robert, I am not sure what you are getting at with reference to black box and white box testing. I am simply trying to figure out how to get a buildable project. Ralph > On Apr 25, 2021, at 1:40 AM, Robert Scholte wrote: > > I think you need to talk with Christian Stein about blackbox and wh

RFR: versions-maven-plugin issue 356

2019-08-25 Thread org . apache . maven . user
Hello! Could someone take a look at https://github.com/mojohaus/versions-maven-plugin/issues/356 ? I haven't yet opened a PR, but I can do that if necessary. -- Mark Raynsford | http://www.io7m.com pgpsvr_N0n09w.pgp Description: OpenPGP digital signature

How are artifacts resolved from the reactor via LegacyRepositorySystem?

2017-02-17 Thread org . apache . maven . user
Hello. I'm currently trying to debug https://issues.apache.org/jira/browse/MASSEMBLY-848 and am reaching this line: https://github.com/apache/maven-plugins/blob/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/artifact/DefaultDependencyResolver.java#L232 I'm

Re: Running a plugin integration test from an IDE?

2017-02-16 Thread org . apache . maven . user
On 2017-02-16T18:32:10 +0100 "Robert Scholte" wrote: > If you have a project under maven-assembly-plugin/src/it/projects/bugs and > want to debug it, try: > > mvn verify -Prun-its -Dinvoker.mavenExecutable=mvnDebug > -Dinvoker.test=projects/bugs (point to test-directory) > > You'll see that

Re: Running a plugin integration test from an IDE?

2017-02-16 Thread org . apache . maven . user
uot; integration > tests... I have a project that triggers the bug in the Assembly plugin, so I assumed that the most logical way to approach this would be to add the project as an integration test in here: https://github.com/apache/maven-plugins/tree/trunk/maven-assembly-plugin/src/it/projects

Re: Running a plugin integration test from an IDE?

2017-02-16 Thread org . apache . maven . user
On 2017-02-14T15:13:46 + org.apache.maven.u...@io7m.com wrote: > > I can't work out how to run this integration > test from an IDE (Intellij IDEA, in this case) so that I can try to > step through the execution with a debugger and see what's going on. So nobody knows how to run an integration

Running a plugin integration test from an IDE?

2017-02-14 Thread org . apache . maven . user
Hello. I'm having a look at working on https://issues.apache.org/jira/browse/MASSEMBLY-848 but I've never worked on any of the "official" Maven plugins before. It seems like the most obvious way to start working on the bug is to introduce the files attached to that report as an integration test in

Re: Issues with independent module versions

2017-02-08 Thread org . apache . maven . user
I've filed an issue against the Assembly plugin, although the Dependency plugin is also affected. https://issues.apache.org/jira/browse/MASSEMBLY-848 Maven itself appears to resolve the dependencies correctly, but evidently some plugins don't go via the same mechanism. M pgpGZ63hG9L65.pgp Desc

Re: Issues with independent module versions

2017-02-07 Thread org . apache . maven . user
On 2017-02-07T11:47:16 + org.apache.maven.u...@io7m.com wrote: > Here's an example project that uses version ranges to specify > intra-project dependencies between modules: > > https://github.com/io7m/independent-versioning-20170207 Interestingly, these issues don't arise with older Maven

Issues with independent module versions

2017-02-07 Thread org . apache . maven . user
Hello. I'm investigating the use of independent module versions in a multi-module project and am finding that things seem to work poorly. By this, I mean that the modules within a project have different version numbers and refer to each other via version ranges. Here's an example project that use

Re: Using the Maven API outside of a plugin?

2017-01-01 Thread org . apache . maven . user
On 2017-01-01T17:37:26 +0100 "Robert Scholte" wrote: > Hi, > > doing this outside the context of Maven is probably hard to do. What you > at least need is the maven-artifact-resolver[1] (that's the project where > the development of Eclipses Aether[2] continues), though is has not been > r

Using the Maven API outside of a plugin?

2017-01-01 Thread org . apache . maven . user
Apologies if this isn't an appropriate subject for this list. I tried the user list and got no response. Perhaps it is more of a development question... Hello. I'm writing a small program to analyze the dependencies of Maven projects. There are numerous examples of how to do this from within a Ma

maven-surefire pull request: [SUREFIRE-876] avoid using Description.getTest...

2012-07-11 Thread Git at Apache
Github user jsievers closed the pull request at: https://github.com/apache/maven-surefire/pull/4 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-skins pull request: Add reponsive patch to fluido #MSKINS-48

2012-06-29 Thread Git at Apache
GitHub user hoxca opened a pull request: https://github.com/apache/maven-skins/pull/1 Add reponsive patch to fluido #MSKINS-48 Here is updated patch for a responsive fluido skin * Tested on iphone / osx + mainstream Chrome * Need more test on other platform. You can

maven-surefire pull request: SUREFIRE-879 maven-surefire-report-plugin fail...

2012-06-28 Thread Git at Apache
GitHub user anistor opened a pull request: https://github.com/apache/maven-surefire/pull/6 SUREFIRE-879 maven-surefire-report-plugin fails some times with Concurre... ...ntModificationException when running parallel TestNG The issue is easily fixed by atomically getting the

maven-surefire pull request: SUREFIRE-879 maven-surefire-report-plugin fail...

2012-06-28 Thread Git at Apache
Github user anistor closed the pull request at: https://github.com/apache/maven-surefire/pull/5 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: SUREFIRE-879 maven-surefire-report-plugin fail...

2012-06-27 Thread Git at Apache
GitHub user anistor opened a pull request: https://github.com/apache/maven-surefire/pull/5 SUREFIRE-879 maven-surefire-report-plugin fails some times with Concurre... ...ntModificationException when running parallel TestNG The issue is easily fixed by atomically copying the

maven-surefire pull request: [SUREFIRE-876] avoid using Description.getTest...

2012-06-15 Thread Git at Apache
GitHub user jsievers opened a pull request: https://github.com/apache/maven-surefire/pull/4 [SUREFIRE-876] avoid using Description.getTestClass() Description.getTestClass() uses Class.forName() which breaks classloader isolation [1,2]. Refactor JUnitCoreRunListener where we

maven-3 pull request: Add _decryptors requirement

2012-04-06 Thread Git at Apache
GitHub user jdillon opened the pull request at https://github.com/apache/maven-3/pull/4 Add _decryptors requirement w/o this the pluggable PasswordDecryptor bits don't work so well ;-) You can merge this pull request into a Git repository by running $ git pull https://githu

maven-release pull request: fixes for branching submodules

2012-03-27 Thread Git at Apache
Github user lweller closed the pull request at https://github.com/apache/maven-release/pull/1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-release pull request: MRELEASE-699 release:update-versions should support -DreleaseVersion too

2012-02-20 Thread Git at Apache
GitHub user ge0ffrey synchronized the pull request at https://github.com/apache/maven-release/pull/2 MRELEASE-699 release:update-versions should support -DreleaseVersion too MRELEASE-699 release:update-versions should support -DreleaseVersion too (not only -DdevelopmentVersion), so it

maven-release pull request: fixes for branching submodules

2012-02-20 Thread Git at Apache
GitHub user lweller synchronized the pull request at https://github.com/apache/maven-release/pull/1 fixes for branching submodules fix for issue MRELEASE-672 You can merge this pull request into a Git repository by running $ git pull https://github.com/lweller/maven-release MRELEASE

maven-release pull request: MRELEASE-699 release:update-versions should support -DreleaseVersion too

2012-02-19 Thread Git at Apache
GitHub user ge0ffrey synchronized the pull request at https://github.com/apache/maven-release/pull/2 MRELEASE-699 release:update-versions should support -DreleaseVersion too MRELEASE-699 release:update-versions should support -DreleaseVersion too (not only -DdevelopmentVersion), so it

maven-release pull request: fixes for branching submodules

2012-02-19 Thread Git at Apache
GitHub user lweller synchronized the pull request at https://github.com/apache/maven-release/pull/1 fixes for branching submodules fix for issue MRELEASE-672 You can merge this pull request into a Git repository by running $ git pull https://github.com/lweller/maven-release MRELEASE

maven-release pull request: MRELEASE-699 release:update-versions should support -DreleaseVersion too

2012-02-19 Thread Git at Apache
GitHub user ge0ffrey synchronized the pull request at https://github.com/apache/maven-release/pull/2 MRELEASE-699 release:update-versions should support -DreleaseVersion too MRELEASE-699 release:update-versions should support -DreleaseVersion too (not only -DdevelopmentVersion), so it

maven-release pull request: fixes for branching submodules

2012-02-19 Thread Git at Apache
GitHub user lweller synchronized the pull request at https://github.com/apache/maven-release/pull/1 fixes for branching submodules fix for issue MRELEASE-672 You can merge this pull request into a Git repository by running $ git pull https://github.com/lweller/maven-release MRELEASE

maven-plugins pull request: Patch to address http://jira.codehaus.org/browse/MSHADE-96

2012-02-19 Thread Git at Apache
GitHub user ck1125 synchronized the pull request at https://github.com/apache/maven-plugins/pull/1 Patch to address http://jira.codehaus.org/browse/MSHADE-96 Instituted a cache so that a class isn't processed more than once during shading. You can merge this pull request into

maven-plugins pull request: MCHANGES-76 aggregated report

2012-02-19 Thread Git at Apache
GitHub user sody synchronized the pull request at https://github.com/apache/maven-plugins/pull/3 MCHANGES-76 aggregated report http://jira.codehaus.org/browse/MCHANGES-76 Added aggregated option to ChangesMojo to generate aggregated changes report You can merge this pull request into

[Maven Wiki] Update of "Chinese Maven In Five Minutes" by Iacob

2008-12-11 Thread Apache Wiki
灵活性开始感兴趣,不过这是一篇十分简练的快速入门指南。现在您可以准备了解关於刚刚执行的那些动作的具体信息,请参看 Maven入门指南。 - - © 2002-2008 The Apache Software Foundation - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Maven Wiki] Update of "Chinese Maven In Five Minutes" by Iacob

2008-12-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by Iacob: http://wiki.apache.org/maven/Chinese_Maven_In_Five_Minutes -- -

[Maven Wiki] Update of "Chinese Maven In Five Minutes" by Iacob

2008-12-11 Thread Apache Wiki
生成的文档。 结束语 我们希望这段简短的介绍能够使您对Maven的灵活性开始感兴趣,不过这是一篇十分简练的快速入门指南。现在您可以准备了解关於刚刚执行的那些动作的具体信息,请参看 Maven入门指南。 © 2002-2008 The Ap

Maven Tests Failing due to WSDLException: faultCode=PARSER_ERROR Problem parsing 'http://myproj.xyz.com/ns/wsn.wsdl'.: java.io.FileNotFoundException: http://myproj.xyz.com/ns/wsn.wsdl

2008-10-27 Thread umiii_email-apache
Hi All, Please help me out of this Exception, Thanks & Regards Umesh N.G FOLLOWS IS THE SURE-FIRE TEST REPORT: --- Test set: com.xyz.myproj.comms.client.ContentDescriptionTest ---

[Maven Wiki] Update of "Maven2Info" by FernandoR

2006-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by FernandoR: http://wiki.apache.org/maven/Maven2Info -- [http://www.

[Maven Wiki] Update of "FrontPage" by FernandoR

2006-05-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by FernandoR: http://wiki.apache.org/maven/FrontPage -- [http://www.j

[Maven Wiki] Update of "FrontPage" by AndrewKuzmin

2006-04-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by AndrewKuzmin: http://wiki.apache.org/maven/FrontPage -- There is n

[Maven Wiki] Update of "FrontPage" by AndrewKuzmin

2006-04-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by AndrewKuzmin: http://wiki.apache.org/maven/FrontPage -- There is n

[Maven Wiki] Update of "FrontPage" by JasonVanZyl

2006-01-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by JasonVanZyl: http://wiki.apache.org/maven/FrontPage -- - *DON'T USE THI

[Maven Wiki] Update of "FrontPage" by JasonVanZyl

2006-01-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by JasonVanZyl: http://wiki.apache.org/maven/FrontPage -- + *DON'T USE THI

[Maven Wiki] Trivial Update of "M2StandardBuildPhases" by cseg

2006-01-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases -- [http

[Maven Wiki] Trivial Update of "M2StandardBuildPhases" by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases -- [http

[Maven Wiki] Update of "M2StandardBuildPhases" by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases -- [http

[Maven Wiki] Update of "M2StandardBuildPhases" by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases New page: = Maven2 Standard Build Phases = [http://maven.apache.org/guides/introduction/i

[Maven Wiki] Trivial Update of "M2UserDocs" by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- [[TableOfContents

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:M2GroupId: G

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:/060Compilin

[Maven Wiki] Update of "M2UserDocs/060Compiling" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/060Compiling -- #langua

[Maven Wiki] Update of "M2UserDocs/060Compiling" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/060Compiling -- #langua

[Maven Wiki] Update of "M2UserDocs/053CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/053CreateProject -- #la

[Maven Wiki] Update of "M2UserDocs/052CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/052CreateProject -- #la

[Maven Wiki] Update of "M2UserDocs/051CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/051CreateProject -- #la

[Maven Wiki] Update of "M2UserDocs/050CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/050CreateProject -- #la

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:/020Maven2Vs

[Maven Wiki] Update of "M2UserDocs/053CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/053CreateProject -- [[N

[Maven Wiki] Trivial Update of "M2UserDocs/041UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/041UsingMvn -- '''No

[Maven Wiki] Update of "M2UserDocs/041UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/041UsingMvn -- If yo

[Maven Wiki] Update of "M2UserDocs/041UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/041UsingMvn -- If yo

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:/020Maven2Vs

[Maven Wiki] Update of "M2UserDocs/041UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/041UsingMvn New page: #format wiki #language en #pragma section-numbers off [[Navigation(slides)]] =

[Maven Wiki] Update of "M2UserDocs/051CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/051CreateProject -- + ##

[Maven Wiki] Update of "M2UserDocs/052CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/052CreateProject -- + ##

[Maven Wiki] Update of "M2UserDocs/053CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/053CreateProject -- + ##

[Maven Wiki] Update of "M2UserDocs/050CreateProject" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/050CreateProject -- + ##

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:/030Maven2In

[Maven Wiki] Update of "M2UserDocs/060Compiling" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/060Compiling -- + ## page

[Maven Wiki] Update of "M2UserDocs/041UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/041UsingMvn -- [[Naviga

[Maven Wiki] Update of "M2UserDocs/050Compiling" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/050Compiling -- [[Navig

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- myProjec

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- myProjec

[Maven Wiki] Trivial Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- * ''

[Maven Wiki] Update of "M2UserDocs/050Compiling" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/050Compiling New page: #format wiki #language en #pragma section-numbers off [[Navigation(slides)]] =

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:/030Maven2In

[Maven Wiki] Trivial Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- [[Naviga

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- * '''co

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- * '''co

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- [[Naviga

[Maven Wiki] Trivial Update of "M2UserDocs/042UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/042UsingMvn -- [[Naviga

[Maven Wiki] Trivial Update of "M2UserDocs/042UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/042UsingMvn -- [[Naviga

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:M2ArtifactId

[Maven Wiki] Trivial Update of "M2UserDocs/040UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/040UsingMvn -- * '''mv

[Maven Wiki] Update of "M2UserDocs/033Maven2Installation" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/033Maven2Installation --

[Maven Wiki] Trivial Update of "M2UserDocs/031Maven2Installation" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/031Maven2Installation --

[Maven Wiki] Trivial Update of "M2UserDocs/031Maven2Installation" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/031Maven2Installation --

[Maven Wiki] Trivial Update of "M2UserDocs/020Maven2VsAnt" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/020Maven2VsAnt -- '''Ma

[Maven Wiki] Trivial Update of "M2UserDocs/012Maven2Customization" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/012Maven2Customization --

[Maven Wiki] Trivial Update of "M2UserDocs/012Maven2Customization" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/012Maven2Customization --

[Maven Wiki] Trivial Update of "M2UserDocs/011OtherMaven2Features" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/011OtherMaven2Features --

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn -- [[Naviga

[Maven Wiki] Update of "M2UserDocs" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:/040UsingMvn

[Maven Wiki] Update of "M2UserDocs/044UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/044UsingMvn New page: #format wiki #language en #pragma section-numbers off [[Navigation(slides)]] =

[Maven Wiki] Trivial Update of "M2UserDocs/041UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/041UsingMvn -- '

[Maven Wiki] Update of "M2UserDocs/043UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/043UsingMvn -- [[Naviga

[Maven Wiki] Trivial Update of "M2UserDocs/043UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/043UsingMvn -- [[Naviga

[Maven Wiki] Update of "M2UserDocs/043UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/043UsingMvn -- #languag

[Maven Wiki] Update of "M2UserDocs/043UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
;archetype'. [INFO] org.apache.maven.plugins: checking for updates from central [INFO] org.codehaus.mojo: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-archetype-plugin: checking for updates from central Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins

[Maven Wiki] Trivial Update of "M2UserDocs/042UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/042UsingMvn -- mvn arch

[Maven Wiki] Trivial Update of "M2UserDocs/042UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/042UsingMvn -- mvn arch

[Maven Wiki] Trivial Update of "M2UserDocs/042UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/042UsingMvn -- [[Naviga

[Maven Wiki] Update of "M2UserDocs/042UsingMvn" by cseg

2006-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs/042UsingMvn New page: #format wiki #language en #pragma section-numbers off [[Navigation(slides)]] =

  1   2   3   >