[ANN] Apache Maven Shared Component: File Management Version 3.0.0 Released

2015-12-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: File Management Version 3.0.0.
 
https://maven.apache.org/shared/file-management/

The Maven File Management API provides an API to collect files from a given
directory using several include/exclude rules.
 
Important Notes:

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 

  org.apache.maven.shared
  file-management
  3.0.0


You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/file-management/download.cgi
 
Release Notes File Management 3.0.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12331511

Bugs:

 * [MSHARED-92] - Cannot retreive FileNameMapper with MapperUtil
 * [MSHARED-96] - Sample code is not working

Improvements:

 * [MSHARED-265] - add fileset XML descriptor documentation generated from model
 * [MSHARED-399] - Upgrade to Maven 2.2.1 compatiblity
 * [MSHARED-400] - Upgrade maven-shared-utils to 0.7
 * [MSHARED-401] - Remove dependency 
plexus-container-default:1.0-alpha-9-stable-1
 * [MSHARED-462] - Upgrade JUnit Test Cases to new style (JUnit 4.11)
 * [MSHARED-467] - Upgrade Maven 3.X Only JDK 1.6
 * [MSHARED-474] - Upgrade maven-shared-io to 3.0.0
 
Enjoy,
 
-The Apache Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Parent references of maven archetypes

2015-12-29 Thread Manuri Amaya Perera
Hi,

Say, there is an archetype which has a parent. In order to create a project
from this archetype, do parent references need to be resolved?
I need to upload an archetype to maven central and my problem is whether I
have to upload the parents of that archetype also to maven central. I have
tested this in sonatype nexus staging and it seems like parents are not
required to be resolved.

Thank you.

-- 
*Regards*
*Manuri Amaya Perera,*
*Undergraduate,*
*Department of Computer Science & Engineering,*
*University of Moratuwa,*
*Sri Lanka.*