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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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å
¥é¨æåã
-
- © 2002-2008 The Apache Software Foundation
-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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ççµæ´»æ§å¼å§æå
´è¶£ï¼ä¸è¿è¿æ¯ä¸ç¯ååç®ç»çå¿«éå
¥é¨æåãç°å¨æ¨å¯ä»¥åå¤äºè§£å
³æ¼ååæ§è¡çé£äºå¨ä½çå
·ä½ä¿¡æ¯ï¼è¯·åç
Mavenå
¥é¨æåã
© 2002-2008 The Ap
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
---
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)]]
=
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
--
+ ##
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
--
+ ##
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
--
+ ##
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
--
+ ##
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
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
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
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
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
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
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
--
* ''
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)]]
=
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
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
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
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
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
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
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
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
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
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
--
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
--
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
--
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
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
--
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
--
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
--
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
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
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)]]
=
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
--
'
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
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
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
;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
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
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
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
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 - 100 of 251 matches
Mail list logo