This is an automated email from the ASF dual-hosted git repository.
aheritier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 416f0d6a doc: Remove Committer School
This is an automated email from the ASF dual-hosted git repository.
aheritier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 43eb189 [chore] Update CI environment
This is an automated email from the ASF dual-hosted git repository.
aheritier pushed a change to branch master-monthly
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git.
at bebaa00 [chore] Build master branches every month
This branch includes the following new
This is an automated email from the ASF dual-hosted git repository.
aheritier pushed a commit to branch master-monthly
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
commit bebaa006d15990129076b489884a1eb3bacc35f3
Author: Arnaud Héritier
AuthorDate: Mon Apr 12 21:41:32
Github user aheritier closed the pull request at:
https://github.com/apache/maven/pull/104
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
Repository: maven
Updated Branches:
refs/heads/MNG-5961 [deleted] 0055ac0b4
Repository: maven
Updated Branches:
refs/heads/master 174026598 -> 23ceca36e
[MNG-5961] Fix the SLF4J logger factory implementation used for LOG4J2
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/23ceca36
Tree: http://git-w
Github user aheritier commented on the issue:
https://github.com/apache/maven/pull/104
Cool @michael-o it is exactly what I did
the build is in progress
https://builds.apache.org/view/Maven/job/maven-3.x-jenkinsfile/job/MNG-5961/
---
If your project is set up for it, you can
Repository: maven
Updated Branches:
refs/heads/MNG-5961 [created] 0055ac0b4
[MNG-5961] Fix the SLF4J logger factory implementation used for LOG4J2
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0055ac0b
Tree: http://git-wi
Github user aheritier commented on the issue:
https://github.com/apache/maven/pull/104
@michael-o we don't have a CI validation here, thus I have to open a real
branch on ASF side. Right ?
---
If your project is set up for it, you can reply to this email and have your
reply a
Github user aheritier commented on the issue:
https://github.com/apache/maven/pull/104
I think @stephenc will tell me to push a branch on ASF side :-)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does
Github user aheritier commented on the issue:
https://github.com/apache/maven/pull/104
cc @michael-o @stephenc
https://issues.apache.org/jira/browse/MNG-5961
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your
GitHub user aheritier opened a pull request:
https://github.com/apache/maven/pull/104
[MNG-5961] Fix the SLF4J logger factory implementation used for LOG4J2
This is the fix I did in
https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blobdiff;f=maven-embedder/src/main/resources
Github user aheritier commented on the issue:
https://github.com/apache/maven/pull/93
+1000 for this change (as far as it is tested/validated)
This problem of using -f on CI servers (and non only) is very common and it
makes the usage of .mvn folders useless.
The problem is to
Author: aheritier
Date: Sun Feb 7 14:27:22 2016
New Revision: 1728966
URL: http://svn.apache.org/viewvc?rev=1728966&view=rev
Log:
[MSHADE-182] Service file should be relocated.
Submitted by: Trask Stalnaker , Kanstantsin Shautsou
Added:
maven/plugins/trunk/maven-shade-plugin/src/it/MS
Repository: maven
Updated Branches:
refs/heads/slf4j-logback [created] e73fc36dd
- example of using Logback being integrated with the color console turned on
- Maven with Logback now passes all the ITs, needed to correct the warning
string and set the appropriate log levels
- adding two basic
o just to distinguish on the CLI it has logback inside
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e73fc36d
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e73fc36d
Diff: http://git-wip-us.apache.org/repos/asf/mave
Repository: maven
Updated Branches:
refs/heads/slf4j-log4j2.4 [deleted] 4c2937437
Repository: maven
Updated Branches:
refs/heads/master 5a3332ca3 -> 202f757af
[MNG-3507] Fix the SLF4J logger factory implementation used for LOG4J2
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/202f757a
Tree: http://git-
Repository: maven
Updated Branches:
refs/heads/slf4j-log4j2.5 [created] ae041d789
MNG-3507: Package and configure log4J 2.5 by default.
Note: Replace the content of conf/logging/log4j2.xml by the one from
conf/logging/log4j2-color.xml to enjoy the colorised console
Project: http://git-wip-us
MNG-3507 workaround: maven-checkstyle-plugin and maven-remote-resources-plugin
are depending on versions 1.5.6 of slf4j-jdk14 and jcl-over-slf4j artifacts
which are incompatible with 1.7.5 version exposed by maven core
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://gi
Repository: maven
Updated Branches:
refs/heads/slf4j-log4j2 [deleted] baf99442f
MNG-5787,MNG-5842,MNG-5845: Add missing org.slf4j.helpers.* export which is
provided slf4j-api
It broke various plugins with missing classes (
org.slf4j.helpers.MarkerIgnoringBase, org.slf4j.helpers.MessageFormatter ) like:
* net.java.truelicense:truelicense-maven-plugin (2.3.4)
* com.github.eir
MNG-3507 workaround: maven-checkstyle-plugin and maven-remote-resources-plugin
are depending on versions 1.5.6 of slf4j-jdk14 and jcl-over-slf4j artifacts
which are incompatible with 1.7.5 version exposed by maven core
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://gi
[MNG-5901] Export org.eclipse.aether.util.artifact.SubArtifact
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/89058b3a
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/89058b3a
Diff: http://git-wip-us.apache.org/repos/
MNG-3507: Package and configure log4J 2.4 by default.
Note: Replace the content of conf/logging/log4j2.xml by the one from
conf/logging/log4j2-color.xml to enjoy the colorised console
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/
MNG-3507: Use a custom distribution name to not see this WIP branch built as
the official binary
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/40165bc7
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/40165bc7
Diff:
Repository: maven
Updated Branches:
refs/heads/slf4j-log4j2.4 2c78decb9 -> 4c2937437 (forced update)
[MNG-5877] maven-aether-provider does not always generate snapshot versions
using Gregorian calendar year
Snapshot versioning should use the Gregorian calendar for consistency
across systems.
Repository: maven
Updated Branches:
refs/heads/master 5cbc294e7 -> dfed29cc6
MNG-5787,MNG-5842,MNG-5845: Add missing org.slf4j.helpers.* export which is
provided slf4j-api
It broke various plugins with missing classes (
org.slf4j.helpers.MarkerIgnoringBase, org.slf4j.helpers.MessageFormatter
Use a custom distribution name to not see this WIP branch built as the official
binary
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a1ccea1e
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a1ccea1e
Diff: http://git
Repository: maven
Updated Branches:
refs/heads/slf4j-log4j2.4 [created] 2c78decb9
Package and configure log4J 2.4 by default.
Replace the content of conf/logging/log4j2.xml by the one from
conf/logging/log4j2-color.xml to enjoy the colorised console
Project: http://git-wip-us.apache.org/repo
workaround: maven-checkstyle-plugin and maven-remote-resources-plugin are
depending on versions 1.5.6 of slf4j-jdk14 and jcl-over-slf4j artifacts which
are incompatible with 1.7.5 version exposed by maven core
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.
Make sure the windows *.cmd files make it into the assembly
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/50899962
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/50899962
Diff: http://git-wip-us.apache.org/repos/asf
extracted RepositorySystemSessionFactory from DefaultMaven
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/5f150940
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/5f150940
Diff: http://
MNG-5774 Provide an extension point for alternate CLI configuration source
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/79976342
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/79976342
Diff: http://git-wip-us.apach
reintroduced LineLength Checkstyle rule and fixed code...
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eecdc9a1
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/eecdc9a1
Diff: http://git-wip-us.apache.org/repos/asf/ma
MNG-5771 disabled modello xdoc/xsd for core extensions mdo
... hopefully fixes maven site generation
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2eab8924
Tree: http://git-wip-us.apache.org/
MNG-5776 Drop support for Win9x in mvn launch scripts for Windows, rename .bat
to .cmd, remove duplicate code from mvnDebug.cmd
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c6faf8dd
Tree: http://git-wip-us.apache.org/repos
MNG-5771 updated bootstrap ant build to match pom.xml changes
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eaef3496
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/eaef3496
Diff: http
MNG-5793 do not register same realm both with plugin and extensions realm caches
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9f50eabe
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/
mvn script is not compatible with OSX (Darwin)
Signed-off-by: Jason van Zyl
closes #39
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2f21481d
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2f21481d
Diff: http://g
MNG-5783 fixed slf4j is missing from ${plugin.artifacts}
Some plugins, e.g., cobertura-maven-plugin, use ${plugin.artifacts}
to setup classpath of externally launched jvms and they expect slf4j
to be available among plugin dependencies. At the same time slf4j
is already part of maven core runtime
ignore .java-version in rat plugin
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c88ac1ba
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c88ac1ba
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c88ac1ba
Bra
ignore .java-version file
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/40858143
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/40858143
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/40858143
Branch: refs
http://git-wip-us.apache.org/repos/asf/maven/blob/be3fb200/maven-core/src/test/java/org/apache/maven/graph/DefaultProjectDependencyGraphTest.java
--
diff --git
a/maven-core/src/test/java/org/apache/maven/graph/DefaultProjectDepend
MNG-5767 enforce use of maven.multiModuleProjectDirectory, fixed mvn*.bat
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b01bf0c3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b01bf0c
added javax.inject and slf4j-api to the exported artifacts list
javax.inject.* and org.slf4j.* packages were already exported, but
corresponding artifacts were not. this resulted in same classes
present in multiple classlaoders and caused hard-to-troubleshoot
build failures in some cases.
Signed-
[maven-release-plugin] prepare release maven-3.3.0
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b37a7d17
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b37a7d17
Diff: http://git-wip-us.apache.org/repos/asf/maven/di
MNG-5771 user-defined core extensions
read ${maven.projectBasedir}/.mvn/extensions.xml and create core
extensions realms during maven runtime bootstrap. this required
short-lived bootstrap plexus container to resolve extensions.
individual extensions realms are wired to maven.ext realm according
Roll back Wagon, when someone releases it we can update
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/db9e7896
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/db9e7896
Diff: http://git-wip-us.apache.org/repos/asf/mav
[maven-release-plugin] prepare release maven-3.3.1
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cab6659f
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cab6659f
Diff: http://git-wip-us.apache.org/repos/asf/maven/di
Repository: maven
Updated Branches:
refs/heads/slf4j-log4j2 bc5e99f9f -> baf99442f (forced update)
mechanism to carryover session scope seeds from one thread to another
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.
MNG-5767 .mvn/ for project specific jvm options and maven parameters -- adapted
Windows .bat scripts
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/562896a1
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/562896a1
Di
added @since info
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4f553420
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4f553420
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4f553420
Branch: refs/heads/sl
Move to Java 7
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/07b8477b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/07b8477b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/07b8477b
Branch: refs/heads/slf4
MNG-5772 upgrade to sisu 0.3.0 and sisu guice 3.2.5
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/bdb4c32e
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/bdb4c32e
Diff: http://git-wip
stupid "enchancement" :)
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/207d18dd
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/207d18dd
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/207d18dd
Branch: refs/h
Simplify the bootstrapping instructions to remove use of M2_HOME.
As part of deprecating the M2_HOME environment variable (MNGSITE-223),
change the bootstrapping instructions so that it's no longer used.
Signed-off-by: Jason van Zyl
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Co
[MNG-5778] s/3.2.6/3.3.0/ in code (@since in javadoc)
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/772df4ed
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/772df4ed
Diff: http://git-wip-us.apache.org/repos/asf/maven/
MNG-5767 renamed projectBasedir to more descriptive multiModuleProjectDirectory
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e28be4d3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e
added doculmentation about extension descriptor
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ab5f3a9d
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ab5f3a9d
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/a
MNG-5734: Fail, rather than just warning, on empty '' entries.
An incorrect non-blank module is currently treated as an error. Behave
the same way for a blank module, rather than simply warning about
the mistake.
Signed-off-by: Jason van Zyl
Project: http://git-wip-us.apache.org/repos/asf/mave
[MNG-5771] enabled modello xdoc/xsd for core extensions mdo, with
minimum intro.
Still need to improve descriptions and info in mdo
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/5947c4ef
Tree: http://git-wip-us.apache.org/rep
MNG-5779 Export org.slf4j.spi.* to fix the Javadoc plugin error
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/57a61964
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/57a61964
Diff: http://git-wip-us.apache.org/repos
MNG-5774 restored MavenCli user/global settings location contants
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cc429e84
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cc429e84
Diff:
Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/368516c2
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/368516c2
Diff: http://git-wip-us.apache.org/repos/asf/maven/
[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1d3d2fd3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1d3d2fd3
Diff: http://git-wip-us.apache.org/repos/a
upgraded MPIR plugin to benefit from MPIR-322
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d8527aa9
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d8527aa9
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d85
changed svnpubsub url from /content to /components
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f78742f3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f78742f3
Diff: http://git-wip-us.apache.org/repos/asf/maven/dif
Make sure paths with spaces are treated correctly.
Fixes the issue of endlessly looping with project directory paths like
"/my/project/this & that"
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0d32cbe6
Tree: http://git-wi
exit session scope in finally {} block
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e2a07928
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e2a07928
Diff: http://git-wip-us.apache.or
Package and configure log4J 2.2 by default.
Replace the content of conf/logging/log4j2.xml by the one from
conf/logging/log4j2-color.xml to enjoy the colorised console
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dbad2e53
updated parent pom, cleanup and updated m-checkstyle-p
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cf33545c
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cf33545c
Diff: http://git-wip-us.apache.org/repos/asf/maven
Update JDK references to JDK7
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c1384a2f
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c1384a2f
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c1384a2f
Branch:
[MNG-5767] added documentation for project-specific jvm options and
maven command-line parameters
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cb356ed4
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cb356ed4
Diff: h
[MNG-5771] added core extension reference
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/08715d87
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/08715d87
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/08715d8
[MNG-5740] added maven-builder-support to dependency image
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e7f3768b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e7f3768b
Diff: http://git-wip-us.apache.org/repos/asf/m
MNG-5775 Make the project graph building code pluggable to allow for
new/different implementations.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/be3fb200
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/be3fb200
Dif
use eclipse sisu plugin, lock version with rest of sisu
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6b79ac5e
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6b79ac5e
Diff: http://git
[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eae9a88f
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/eae9a88f
Diff: http://git-wip-us.apache.org/repos/a
MNG-5767 updated build.xml to match maven changes
Signed-off-by: Igor Fedorenko
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7b3e9567
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7b3e9567
Diff: http://git-wip-u
Use a custom distribution name to not see this WIP branch built as the official
binary
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/baf99442
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/baf99442
Diff: http://git
Author: aheritier
Date: Fri Mar 21 17:30:56 2014
New Revision: 1579989
URL: http://svn.apache.org/r1579989
Log:
MJAVADOC-351: Javadoc:fix fixTags parameter doesn't support 'return' value
Modified:
maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven
Updated Branches:
refs/heads/slf4j-log4j2 a4ffa52a4 -> d725e2105 (forced update)
Use custom distribution name
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d725e210
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree
Ported equivalent changes from logback branch.
- Should be the same as the slf4j-logback branch with log4j2 as the backing impl
(Warning LOG4J 2 requires Java 6)
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d0947c54
Tree:
Code cleanup - It's better (for perfs) to use a chain of append() calls than a
unique append with several Strings concatenations
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c8e94a5b
Tree: http://git-wip-us.apache.org/repo
[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/326303e2
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/326303e2
Diff: http://git-wip-us.apache.org/repos/a
fix typo and use names from their respective POMs
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2fea34f7
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2fea34f7
Diff: http://git-wip-us.apache.org/repos/asf/maven/dif
Updated Branches:
refs/heads/slf4j-logback 7f9e28052 -> 2d9373f11 (forced update)
[MNG-5477] inject pluginManagement and build plugins versions into
report plugins to avoid validation warnings
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos
o remove snapshot repository
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e55a5109
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e55a5109
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/e55a5109
Branch: r
[maven-release-plugin] prepare release maven-3.1
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a47ef068
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a47ef068
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff
Code cleanup - Remove useless .toString()
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c747fbe4
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c747fbe4
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c747fb
In the canonical pom order, i.e. our pom.xml code style,
comes before
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/85eed72e
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/85eed72e
Diff: http://git-wip-us.apache.
Code cleanup - Maven requires Java 5+ : Replace for and while loops by for each
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d92746dc
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d92746dc
Diff: http://git-wip-us.
Fix misprint
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/143216f9
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/143216f9
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/143216f9
Branch: refs/heads/slf4j-
Code cleanup - Various code simplifications (tests, loops, â¦)
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9e5183f0
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9e5183f0
Diff: http://git-wip-us.apache.org/repos
[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e22b2fa1
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e22b2fa1
Diff: http://git-wip-us.apache.org/repos/a
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit e22b2fa16a14551b6a9f8fd5776d21cf5ef6c663.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/87e59727
Tree: http://git-wip-us.apache.org/
Code cleanup - Â Remove Redundant Cast(s)
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/456268af
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/456268af
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/456268
[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/271761de
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/271761de
Diff: http://git-wip-us.apache.org/repos/a
1 - 100 of 1997 matches
Mail list logo