You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 17:22:32 UTC

[maven-archiver] branch master created (now 4cd3f5c)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git.


      at 4cd3f5c  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 45c5f3b  move maven-archiver to shared
     new 96245de  PR: MJAR-38 Submitted by: Jochen Wiedmann Allow custom manifest values in POM to override default manifest entries
     new 6b0ea8e  [MJAR-38, MWAR-34] make adding of default extension entries optional and default to false. Correct the values entered into some of them.
     new 6931127  PR: MJAR-5 Add Implementation-Vendor-Id to the set of default implementation properties
     new c099258  PR: MNG-2284 Submitted by: Fredrik Vraalsen Merge user-supplied and programmatic Class-Path entries in manifest
     new 0167e7f  update parent
     new bb363c7  [maven-release-plugin] prepare release maven-archiver-2.1
     new 2474e7f  [maven-release-plugin] prepare for next development iteration
     new 0efad14  [MNG-2284] fix duplication of entries in the manifest Submitted by: Fredrik Vraalsen
     new 6de5f7c  [MJAR-7] Prevent the JAR plugin from recreating the archive all the time Submitted by: Jochen Wiedmann
     new b0a9ef9  o setForced needs to be public
     new 3aef13a  [maven-release-plugin] prepare release maven-archiver-2.2
     new 27e01e7  [maven-release-plugin] prepare for next development iteration
     new 2e3ad28  fix parent references
     new ba4fa83  o release failed, rolling back
     new e8f67d3  [maven-release-plugin] prepare release maven-archiver-2.2
     new 649b3c0  [maven-release-plugin] prepare for next development iteration
     new 9b258e0  align parent to the last released version, fix/add license headers
     new 52d5213  move remote-resources out of the profile and remove snapshot repo, no more needed.
     new ffdc7f9  Use the new license header
     new 6ece137  Upgrade parent
     new d492e2a  [MNG-2854] Recreating pom.properties always breaks the archivers uptodate check Submitted By: Jochen Wiedmann
     new d916fd2  adjust parent so we get the right SCM element
     new 227e302  align parents to latest release (snapshot has nothing significant other than SCM adjustments) manually set all SCM locations since inheriting from a release will position it under the tag which is not correct
     new 3d34519  o Increase the time between archive creations, to make sure that the timestamps are different.
     new fd35225  force timestamp to make test more robust, rather than depending on the clock granularity of the system
     new afcf503  update to last parent version
     new bb3b764  apply maven style no code change
     new 41663e1  change unit tests in order to prevent failures when changing the project pom
     new 8d705c9  force lastModified on pom file in unit tests to fix builds for fresh checkout
     new 4dbdc04  [MNG-2768] update plexus-archiver dep to 1.0-alpha-9
     new 0a5ce22  [MNG-2908] add a unit for this issue wich I can't reproduce add some setters in ManifestConfiguration to programmatically play with in unit tests
     new c2c078d  remove unused imports and format code
     new cad6583  [MNG-2542] add unit to test CRs in a manifest value are correctly remove
     new 4713ad6  lock maven-source-plugin to version 2.0.4
     new ef15319  add tests on manifest entries
     new 6943056  [MJAR-82] Class-Path manifest entry should support maven repository layout
     new 842b8a8  remove unused import add missing @version javadoc
     new e309c14  javadoc
     new 1264daa  add dependency on p-u which it's used but not declared in the dependencies
     new 3dbc235  lock surefire plugin version
     new a2c3970  [MNG-3334] Add a changes report in maven-archiver
     new 9a8cf5e  o Add release dates of previous releases.
     new 7a195e2  o Replace tabs with spaces.
     new 511bb5c  o Reorder elements.
     new c1414ad  o Add used but undeclared dependencies.
     new 83c86ae  [MNG-3329] improve archiver documentation start some work here with a configuration content reference
     new b935757  o Exclude plexus-component-api so it doesn't creep in as a transitive dependency.
     new b0f7005  [MNG-3329] Improve the documentation concerning the archiver configuration.
     new 812851c  format code (fix some checkstyle issues).
     new 0ff7e13  add type colunm in reference documentation
     new 6c9352a  o Revert r607422 and leave it up the plugins that use maven-archiver to handle the exclusions.
     new 7a703bd  o Reorder methods.
     new eb7c748  o Rename classPathMavenRepositoryLayout to classpathMavenRepositoryLayout (with a lower-case p). This aligns it to the naming of the other classpath-related variables.
     new 23f8d55  o Reorder methods.
     new 7ee4af8  add units on MANIFEST content generation
     new ed6b278  Update the documentation: - Make the tree in the start clickable, like in a modello-generated page - Reorder elements so that they are in alphabetical order - Improve and add more descriptions - Add more formating
     new d84e30f  o Add a comment explaining why we use maven-site-plugin 2.0-beta-5.
     new ff19d9b  [MNG-3342] Impossible to create entries with empty value in MANIFEST
     new a052769  simplify units with using classes from java.util.jar.* to test manifest content
     new 86e480b  o Remove the column "Default Value" and move that info into the "Description" column, to save some screen real estate. o Minor tweaks.
     new 8c5b245  o Add a site.xml file. o Move the ManifestSections to its own page under examples.
     new 19dab87  o Add a column for @since information. Need to fill it up with values.
     new a8af8b8  o Add more @since information.
     new e661304  o Transform document from xdoc to apt.
     new c8f4ab4  [MNG-3329] Improve the documentation concerning the archiver configuration
     new cd5c1bf  o The space separator character must come before classpathPrefix.
     new 646551f  [maven-release-plugin] prepare release maven-archiver-2.3
     new 024da15  [maven-release-plugin] prepare for next development iteration
     new 0cc1bb0  update release date in changes report
     new 622daa9  fix documentation
     new b09a1b2  revert rev 619216
     new 89e026e  [MNG-3400] MavenProject is not extensible
     new 3d109a5  o Removed svn:executable
     new 5038104  use the latest released parent
     new b223ac3  o continuum is now a TLP
     new 975328e  o Add <issueManagement> element.
     new 49fc305  [MSHARED-50] Manifest sections are only added to the manifest when the archive is created
     new 9cc82be  o Updated SCM URL for web access
     new 1552a30  [MSHARED-32] Introduce custom classpath layout; see src/site/examples/classpath.apt for more information.
     new 67bb9f7  [MSHARED-36] Switch to using the timestamp/buildnumber version for classpath entries by default, customizable using the custom classpathLayoutType and a specified customClasspathLayout configuration. Unit tests included.
     new c74af5e  improve documentation for classpath examples some more, and add useUniqueVersions feature to manifest configuration for use in repository and simple (default) classpath layouts, to use -SNAPSHOT versions vs. timestamp/buildnumber. Default is true, which uses timestamp versions.
     new cedbf14  o Inherited from maven-shared-components:10
     new 4fd630e  Use latest plexus-archiver.
     new c4cb894  bumping plexus-interpolation version
     new 8a68114  [maven-release-plugin] prepare release maven-archiver-2.4
     new 08d7bdd  [maven-release-plugin] prepare for next development iteration
     new 52b29e2  use the new parent
     new b909802  o Inherited from maven-shared-components:11
     new 3c30ec5  o Formatted POMs
     new 731d066  o Used http://maven.apache.org/xsd/* for schema location
     new 7bee0bc  use spaces for indentation
     new 5f12ba1  added XML Schema reference to site.xml
     new 711f061  removing one-off source release assemblies (and config), then upgrading parent version for all shared projects up to 12, so source-release will be automatic.
     new 4a387d4  [MSHARED-135] Update to plexus-archiver-1.0-alpha-12 to allow Manifest-only jars
     new 9dafc48  [MSHARED-133] Invalid example in maven-archiver documentation
     new 379cac4  [MSHARED-32] Customization of jar-name pattern of classpath-entries inside MANIFEST.MF [MSHARED-133] Invalid example in maven-archiver documentation
     new ec8acb2  use last parent version
     new 0c21a04  [MSHARED-148] Avoid possible corruption issues and deadlocks by upgrading plexus components.
     new 8e44552  move maven version to a property
     new 80ca6b3  [MSHARED-40] Documentation update
     new 356aaf7  Set version to 2.4.1, updated libraries and addded exclusions
     new 45c3db4  Remed a blank line
     new 65f3864  [maven-release-plugin] prepare release maven-archiver-2.4.1
     new 1037217  [maven-release-plugin] prepare for next development iteration
     new 34fc522  o Fixed site descriptor
     new ca7caa3  o Restored 2.0.X compatible plexus-container-default
     new a649da3  [MSHARED-133] Invalid example in maven-archiver documentation
     new 5a80a1c  Put back direct dependencies on maven-artifact and maven-model, that were removed in r941602.
     new 5ad8ad3  [MSHARED-150]  Upgrade Maven prerequisite to version 2.0.6
     new c0ceca7  o Reverted supression of plexus-container-default
     new 7ab7415  [maven-release-plugin] prepare release maven-archiver-2.4.1
     new 8aeddf3  [maven-release-plugin] prepare for next development iteration
     new d193b09  o Clarify what the version numbers are for.
     new acaa2bb  [MSHARED-160] Replace pom.* properties with project.* properties in all maven-archiver website examples
     new c60a058  [MSHARED-131] Maven archiver does not manage empty classifier correctly in manifest.mf classpath
     new 2e1dd1c  upgrade parent version fix relativePath warning for m3
     new da2ada2  [MSHARED-202] Upgrade to plexus-archiver 2.0.1 to get java7 file attribute support
     new c306343  [maven-release-plugin] prepare release maven-archiver-2.5
     new fdac988  [maven-release-plugin] prepare for next development iteration
     new b590c67  Revert "[maven-release-plugin] prepare for next development iteration" Revert "[maven-release-plugin] prepare release maven-archiver-2.5"
     new 293f88b  [maven-release-plugin] prepare release maven-archiver-2.4.2
     new 1effd70  [maven-release-plugin] prepare for next development iteration
     new 71a7aa7  added javadoc and jxr reports links in top-level menu
     new 56d2b28  o Updated to latest plexus versions
     new 640182c  upgrade to last parent 17
     new c81a3f3  [MSHARED-221] maven archiver 1.5 required.
     new 382bd32  [MSHARED-221] maven archiver 1.5 required. bump version to 2.5 due to minimum jdk change.
     new b1d54e0  [MSHARED-221] maven archiver 1.5 required. use generics
     new 6833482  [MSHARED-38] Archiver should be adding "Created-By: Apache Maven _2.0.4_" to the manifest Submitted by Anders Hammar.
     new c3daf3a  o Updated plexus-archiver version
     new 0edda9e  o Changed test to use java.util.jar.Manfiest methods
     new 002f531  File mode changes WTF
     new 079748b  o Updated test case to use generics
     new 4cc3799  [MSHARED-134] Using -Extention-Name in MANIFEST file can create invalid MANIFEST files
     new fe945c9  [MSHARED-182] Added testcase that verifies problem no longer exists
     new 2030bdd  o Added some generics
     new b9590dc  [maven-release-plugin] prepare release maven-archiver-2.5
     new d83832e  [maven-release-plugin] prepare for next development iteration
     new 82f363a  [MSHARED-224] Add documentation on the useUniqueVersions to the index page Submitted by Anders Hammar.
     new 365702a  remove not anymore maintained file
     new ba144c7  remove configuration already inherited from parent
     new 13466bd  upgrade parent version
     new 10ed145  MSHARED-239 move plexus-utils to maven-shared-utils
     new 473d910  [MSHARED-241] Use last plexus-archiver version.
     new 16f7114  fix my bad
     new 01a7c7b  Fix generics
     new a396aa8  o Added support for switch to recompress zips added to zips
     new 3782706  upgrade junit version
     new 64773c6  [MSHARED-273] Update documentation for the "Created-By" manifest entry
     new 9427446  use last shared parent 19
     new e3dced5  use shared utils released version
     new 6321333  [MSHARED-270] Add Implementation-URL to DefaultImplementationEntries
     new 0e65b67  Fix broken internal links.
     new 8e9c84d  Follow ASF branding rules.
     new b454e3d  Follow ASF branding rules.
     new 49d763e  [MSHARED-296] Improve header of pom.properties Adjust name
     new 9e658f0  configured site deploy to /shared-archives/<artifactId>-LATEST
     new 071a360  updated parent pom
     new fe3d404  updated maven-shared-utils
     new 5474d31  reverted shared-utils version update since it causes unexpected + random failures on ASF Jenkins build farm (artifact not found in central???)
     new 641fb94  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 538b579  [MNGSITE-152]  - Added missing links from overview to ASF License page    and to download area.
     new b48d37a  added license header
     new 222a8d4  s/plugins/shared/
     new f588adc  Updated dependencies to latest versions, esp p-a 2.5
     new 0f1adb0  [MSHARED-360] Upgrade plexus-archiver to 2.6 and plexus-utils to 3.0.18 for java7 symlink support
     new eea787c  Archiver 2.6.1, now also with jdk5 compatibility...
     new 9acad73  [MSHARED-363]  - Upgrade of plexus-archiver to 2.7
     new fed71c4  [MSHARED-368] Updated p-i
     new cf632b8  p-a to 2.8.1, cleaned up pom
     new d7b910c  re-added plexus-utils to the pom with an even better comment
     new 6cecdb2  [MSHARED-377]  - Upgrade maven-shared-utils to 0.7
     new 258a17a  [MSHARED-373] Upgrade Maven baseline to 2.2.1
     new bd84b66  [maven-release-plugin] prepare release maven-archiver-2.6
     new 19d5f3d  [maven-release-plugin] prepare for next development iteration
     new 16a3825  [MSHARED-380]  - Fixed several checkstyle reported errors/warnings.
     new ddd784f  upgraded parent pom
     new 36fff93  plexus-archiver 2.9
     new ecb3d92  fixed typo
     new c3226c1  changed svnpubsub url from /content to /components
     new 6567714  moved Jira from Codehaus to Apache
     new 3fbd089  [MNGSITE-243] Fixed wrong link.
     new f174f79  [MSHARED-438] Use Maven 3.0 Dependencies
     new 19862fd  [MSHARED-445] Upgrade maven-shared-utils 3.0.0
     new c8ef085  [MSHARED-446] Upgrade version to 3.0.0-SNAPSHOT
     new 3a517c8  [MSHARED-447] Use fluido skin 1.4
     new 70aa44b  [maven-release-plugin] prepare release maven-archiver-3.0.0
     new 36f2852  [maven-release-plugin] prepare for next development iteration
     new 27494bd  [MSHARED-465] Remove @Deprecated marked code
     new d05ad62  [MPOM-95] updated parent pom location
     new c98ddaf  [MSHARED-191] Specification-Version must not contain "-SNAPSHOT"
     new 2fab650  [MSHARED-298] Errors in manifest example on site
     new 4e47e72  [MSHARED-296] Improve header of pom.properties
     new e3ca61d  [MSHARED-492] Upgrade parent to version 22
     new 91c5f48  [MSHARED-493] Clean up warnings emitted by Javadoc 8 (doclint) and Checkstyle
     new 7624aa9  Fixed typo in method name
     new ca8e277  [MSHARED-154] pomPropertiesFile does not actually permit override
     new 0b1cf25  [MSHARED-506] Upgrade plexus-archiver from 2.9.1 to 3.1.1  o Using the new version which fixes an NPE issue.
     new 3c8c965  [MSHARED-511] Using structures to keep insertion order for MANIFEST.MF  o Replaced HashMap with LinkedHashMap to keep insertion order.    Added appropriate test to check this.  o Upgraded JUnit from 4.10 to 4.12  o Added assertj-core for appropriate tests  o Fixed formatting issue and added missing LICENSE header.
     new b7e355e  [MSHARED-512] Remove @Deprecated marked code which has been missed.  o Removed classpathMavenRepositoryLayout can be replaced by    using calling setClasspathLayoutType and using the appropriate    expression. See setCustomClasspathLayout().
     new 00a8e43  Remove TODO from MockArtifact.
     new 6e7683c   o Refactored Code    - introduced some handle methods to get shorter method length.  o Removed System.out.println from test code
     new 64e32da  [maven-release-plugin] prepare release maven-archiver-3.0.1
     new 8f16f2d  [maven-release-plugin] prepare for next development iteration
     new fddc697  [MSHARED-513] Regression: Created-By row in manifest does not include Maven version
     new 2d6032d  [maven-release-plugin] prepare release maven-archiver-3.0.2
     new a5c57c6  [maven-release-plugin] prepare for next development iteration
     new 968e3bd  [MSHARED-515] Addition of xz compression support.
     new 1d1cf66  updated Jira url
     new 9ec9366  [MSHARED-494] Impossible to generate a reproducible build due to timestamp in pom.properties
     new cb4c8ac  Follow three digit version line.
     new 81f7cd6  [MSHARED-522] Upgrade maven-shared-components parent to version 30
     new daedb68  [MSHARED-539] Upgrade plexus-utils to 3.0.24
     new 7090871  [MSHARED-540] Upgrade plexus-interpolation to 1.22
     new 6f70a5b  [MSHARED-542] Upgrade plexus-archiver to 3.3
     new 09898ec  [MSHARED-541] Upgrade maven-shared-utils to 3.0.1
     new 1d72edf  [maven-release-plugin] prepare release maven-archiver-3.1.0
     new c29bec7  [maven-release-plugin] prepare for next development iteration
     new 376cf96  Undone -r1746637, -r1746639 based on site generation error.
     new 56b3dec  [MSHARED-544] Remove maven-fluido-skin from site descriptor
     new 4d94c71  Beautified comments.
     new f35cbe9  [maven-release-plugin] prepare release maven-archiver-3.1.0
     new 721edbb  [maven-release-plugin] prepare for next development iteration
     new 79ccdb1  removed configuration inherited from parent's site.xml
     new 8567d8e  use relative link inside Maven site to avoid http vs https update: stay as user is
     new 7c427dd  [MSHARED-551] classpathLayoutType is not taken into account when building the classpath attribute in the manifest  o MavenArchiverTest   o Added two tests which check the classpath generation either     using the defaults or explicitly settings the simply layout.     None of the other test cases has shown there was a problem with     the generated classpath.   o Changed to use new style annotations of JUnit 4.X  o Added ManifestConfigurationTest to check the defaults of  [...]
     new a1ae993  Simplify equals add license header
     new 7412f6a  o Fixed typo's which have creeped in. o Added test to prevent such thing.
     new e8e59be  [maven-release-plugin] prepare release maven-archiver-3.1.1
     new 430384a  [maven-release-plugin] prepare for next development iteration
     new e90c6d1  fix license header
     new c68078d  [MSHARED-578] Upgrade maven-shared-utils to 3.1.0
     new b2e2d1d  [MSHARED-579] Upgrade to plexus-archiver 3.4
     new 096cafb  [MSHARED-601] Update examples with "Archiver-Version" manifest entry
     new 293db69  [MSHARED-643] Upgrade to maven-shared-utils 3.2.0
     new 751c086  [MSHARED-644] Removed prerequisites for none maven-plugin project
     new bf86b9d  Accidently removed the property definition which is needed.
     new ec3d1f7  [MSHARED-653] Upgrade to plexus-archiver 3.5  o We need to upgrade JDK requirement to JDK 7  o Bumped the version to 3.2.0-SNAPSHOT
     new e4e7694  [maven-release-plugin] prepare release maven-archiver-3.2.0
     new 4cd3f5c  [maven-release-plugin] prepare for next development iteration

The 241 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].