[maven-archetype] 01/01: ARCHETYPE-548 Filter files with no extension.

2019-10-29 Thread ptahchiev
This is an automated email from the ASF dual-hosted git repository. ptahchiev pushed a commit to branch ARCHETYPE-548 in repository https://gitbox.apache.org/repos/asf/maven-archetype.git commit 10dbef72a2b1d37ffa959b2935b2df20675723dc Author: petar.tahchiev AuthorDate: Tue Oct 29 09:39:17 2019

[maven-archetype] branch ARCHETYPE-548 created (now 10dbef7)

2019-10-29 Thread ptahchiev
This is an automated email from the ASF dual-hosted git repository. ptahchiev pushed a change to branch ARCHETYPE-548 in repository https://gitbox.apache.org/repos/asf/maven-archetype.git. at 10dbef7 ARCHETYPE-548 Filter files with no extension. This branch includes the following new

[maven-release] branch master updated: Expose dependency.dev and dependency.rel properties

2019-10-27 Thread ptahchiev
This is an automated email from the ASF dual-hosted git repository. ptahchiev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-release.git The following commit(s) were added to refs/heads/master by this push: new d371cc0 Expose dependency.dev and

[maven-archetype] branch master updated: ARCHETYPE-530 Pass the settings.xml file to the ArchetypeCreationRequest.

2018-05-25 Thread ptahchiev
This is an automated email from the ASF dual-hosted git repository. ptahchiev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetype.git The following commit(s) were added to refs/heads/master by this push: new d385707 ARCHETYPE-530 Pass the

maven-archetype git commit: Always filter the output file name always.

2017-03-28 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 2ac48e1c1 -> cb1ffb298 Always filter the output file name always. The filenames were only processed for filtering if resources in the folder were filtered. However if a folder contains both filtered and not-filtered resources then

maven-archetype git commit: ARCHETYPE-518

2017-02-14 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 9f0307987 -> 45d44b1d9 ARCHETYPE-518 Add a commented test-case for ARCHETYPE-518 to demonstrate when parent is trying to read system properties we cannot create archetype from project. Project: http://git-wip-us.apache.org/repo

maven-archetype git commit: Add maven-packaging dependency to archetype-final.

2016-08-15 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 8e0fe06a4 -> aa095b819 Add maven-packaging dependency to archetype-final. The archetype-final depends on maven-packaging for executing some of the tests. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commi

[2/6] maven-archetype git commit: Add new testing module final.

2016-08-15 Thread ptahchiev
http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-testing/archetype-final/src/test/java/org/apache/maven/archetype/test/ArchetyperRoundtripWithProxyTest.java -- diff --git a/archetype-testing/archetype

[6/6] maven-archetype git commit: Add new testing module final.

2016-08-15 Thread ptahchiev
Add new testing module final. These tests: - maven-archetype-plugin/src/it/create-from-project - DefaultArchetypeCreatorTest.java - ArchetyperRoundtripTest.java - ArchetyperRoundtripWithProxyTest.java - RoundtripMultiModuleTest.java require the presence of org.apache.maven.plugins:mav

[3/6] maven-archetype git commit: Add new testing module final.

2016-08-15 Thread ptahchiev
http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-testing/archetype-final/src/test/archetypes/fileset_with_postscript-1.0/archetype-resources/profiles.xml -- diff --git a/archetype-testing/archetype-fi

[5/6] maven-archetype git commit: Add new testing module final.

2016-08-15 Thread ptahchiev
http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/pom.xml.sample -- diff --git a/archetype-common/src/test/resources/projects/create-1/pom.xml.sample b/arch

[4/6] maven-archetype git commit: Add new testing module final.

2016-08-15 Thread ptahchiev
http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/src/main/java/org/company/proficio/model/Model.java -- diff --git a/archetype-common/

[1/6] maven-archetype git commit: Add new testing module final.

2016-08-15 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 83e76a564 -> 8e0fe06a4 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-testing/archetype-final/src/test/resources/projects/create-4/subModuleEAR/pom.xml ---

[1/2] maven-archetype git commit: Typo

2016-08-14 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 078bc1976 -> 83e76a564 Typo Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/ecee2cbe Tree: http://git-wip-us.apache.org/repos/asf/maven-ar

[2/2] maven-archetype git commit: Remove test scope of archetype-packaging

2016-08-14 Thread ptahchiev
Remove test scope of archetype-packaging Remove test-scope of archetype-packaging otherwise the common module cannot find it on Jenkins. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/83e76a56 Tree: http:

[1/2] maven-archetype git commit: Archetype-common depends on archetype-packaging.

2016-08-14 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 598ac331d -> 078bc1976 Archetype-common depends on archetype-packaging. Some of the tests in archetype-common depend on archetype-packaging. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git

[2/2] maven-archetype git commit: Add a null-pointer check for invoker result.

2016-08-14 Thread ptahchiev
Add a null-pointer check for invoker result. In some rare conditions it might turn out the resulting exception from invoker result is null, that's why we need a null-check and throw a default exception. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-u

maven-archetype git commit: Update parent pom to version 27.

2016-08-13 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 2d1855e34 -> 598ac331d Update parent pom to version 27. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/598ac331 Tree: http://git-wip-us.a

maven-archetype git commit: Fail main build if invoker fails.

2016-08-13 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master cae0a37d2 -> 2d1855e34 Fail main build if invoker fails. Read the invoker result and fail the main build if the invoker fails. Related to: https://issues.apache.org/jira/browse/ARCHETYPE-496 Project: http://git-wip-us.apache.or

maven-archetype git commit: Add ignoreEOLStyle to test pom.xmls

2016-08-13 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 81efe27c7 -> cae0a37d2 Add ignoreEOLStyle to test pom.xmls Sometimes git screws up with line endings so it's better to compare the contents of the files with ignoreEOLStyle=true set. Project: http://git-wip-us.apache.org/repos/a

maven-archetype git commit: ARCHETYPE-501 Blank archetype properties are invalid.

2016-08-12 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master f5cdc4855 -> 81efe27c7 ARCHETYPE-501 Blank archetype properties are invalid. Checking if properties provided by user are empty is not emough, we must also check if they are not blank. Close: https://issues.apache.org/jira/browse/

maven-archetype git commit: ARCHETYPE-496 Add more documentation

2016-08-12 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 32091e6d6 -> f5cdc4855 ARCHETYPE-496 Add more documentation Add some more documentation on how to add tests when creating archetype from existing project. Related to: https://issues.apache.org/jira/browse/ARCHETYPE-496 Project:

maven-archetype git commit: Files with no extension are not included in the resulting archetype.

2016-02-27 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master c78356648 -> ad70acfd4 Files with no extension are not included in the resulting archetype. When an archetype is created from a given project, files with no extension are not included in the resulting archetype. This commit adds

maven-archetype git commit: Replace hard-coded values in archetype-post-generate script

2016-01-17 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 480204259 -> c78356648 Replace hard-coded values in archetype-post-generate script Replace hard-coded values in archetype-post-generate script with corresponding request values. Project: http://git-wip-us.apache.org/repos/asf/m

maven-archetype git commit: Add documentation

2016-01-16 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master f32d67fd9 -> 480204259 Add documentation Add some documentation for the archetype test when create from project, and also for the post-generation script. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Comm

maven-archetype git commit: [ARCHETYPE-496] Copy archetype integration tests when create-from-project

2016-01-16 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 6b0b51c06 -> f32d67fd9 [ARCHETYPE-496] Copy archetype integration tests when create-from-project Copy all project integration tests from folder `src/it/projects/` into `src/test/resources/projects/` so that they can be executed w

maven-archetype git commit: Add ArchetypeGenerationRequest in the context of the groovy script.

2016-01-16 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master d9566b03a -> e9078f97b Add ArchetypeGenerationRequest in the context of the groovy script. Add the ArchetypeGenerationRequest in the context of the groovy script, so that we can get the outputDirectory and other useful informatio

[1/2] maven-archetype git commit: Iterate over every resource folder when preparing archetype.

2016-01-10 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 0bee18dea -> d9566b03a Iterate over every resource folder when preparing archetype. Iterate over every resource folder to find archetype's post-generation script when preparing the archetype. Project: http://git-wip-us.apache.o

[2/2] maven-archetype git commit: Do not change request content with extra properties.

2016-01-10 Thread ptahchiev
Do not change request content with extra properties. Avoid dirtying the request content with extra properties. Instead create a separate holder to keep track of the request properties and the system properties. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://

maven-archetype git commit: Add .classpath file for the test.

2016-01-10 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master 940031591 -> 0bee18dea Add .classpath file for the test. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/0bee18de Tree: http://git-wip-us.

maven-archetype git commit: Allow execution of groovy script after archetype generation.

2016-01-09 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/master dafa0d81c -> ac7c4f0ab Allow execution of groovy script after archetype generation. Modify the FilesetArchetypeCreator to include a script with name META-INF/archetype-post-generate.groovy in the created archetype. Also execute

maven-archetype git commit: ARCHETYPE-491 as a single commit

2016-01-07 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/ARCHETYPE-494-1 [created] 61263a78f ARCHETYPE-491 as a single commit Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/61263a78 Tree: http://git-wi

maven-archetype git commit: Rename the post-create script to archetype-post-generate and remove the property in CreateArchetypeFromProjectMojo.

2015-12-19 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/ARCHETYPE-494 d60b87650 -> 2c73f84b4 Rename the post-create script to archetype-post-generate and remove the property in CreateArchetypeFromProjectMojo. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http:

maven-archetype git commit: ARCHETYPE-494 run post_create.groovy after archetype generation to modify the resulting project

2015-12-17 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/ARCHETYPE-494 [created] d60b87650 ARCHETYPE-494 run post_create.groovy after archetype generation to modify the resulting project Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org

svn commit: r1695602 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2015-08-12 Thread ptahchiev
Author: ptahchiev Date: Wed Aug 12 19:37:59 2015 New Revision: 1695602 URL: http://svn.apache.org/r1695602 Log: Remove my changes, as advised by @hboutemy - we must not use the encoding the user provided when parsing an xml document. Modified: maven/doxia/doxia-sitetools/trunk/doxia-site

svn commit: r1695142 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2015-08-10 Thread ptahchiev
Author: ptahchiev Date: Mon Aug 10 18:00:00 2015 New Revision: 1695142 URL: http://svn.apache.org/r1695142 Log: Check for user's provided encoding, and only if it's null then use the encoding of the xml document. Closes [DOXIASITETOOLS-104] Modified: maven/doxia/doxia-sitetools/t

svn commit: r1694893 - /maven/pom/trunk/maven/pom.xml

2015-08-09 Thread ptahchiev
Author: ptahchiev Date: Sun Aug 9 14:22:37 2015 New Revision: 1694893 URL: http://svn.apache.org/r1694893 Log: Change ptahchiev from Emeritus to Committer role. Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom

svn commit: r740845 - in /maven/shared/trunk/file-management/src: main/java/org/apache/maven/shared/model/fileset/mappers/ main/resources/ test/java/org/apache/maven/shared/model/fileset/mappers/

2009-02-04 Thread ptahchiev
Author: ptahchiev Date: Wed Feb 4 19:55:31 2009 New Revision: 740845 URL: http://svn.apache.org/viewvc?rev=740845&view=rev Log: MSHARED-92 The patch is applied. Added: maven/shared/trunk/file-management/src/test/java/org/apache/maven/shared/model/fileset/mappers/ maven/shared/t

svn commit: r734995 - /maven/pom/trunk/maven/pom.xml

2009-01-16 Thread ptahchiev
Author: ptahchiev Date: Fri Jan 16 05:11:36 2009 New Revision: 734995 URL: http://svn.apache.org/viewvc?rev=734995&view=rev Log: Added Petar Tahchiev to the list of committers. Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/vi

svn commit: r734941 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2009-01-16 Thread ptahchiev
Author: ptahchiev Date: Fri Jan 16 00:59:12 2009 New Revision: 734941 URL: http://svn.apache.org/viewvc?rev=734941&view=rev Log: Removed the contributors section. Petar Tahchiev used to be contributor, but was voted a developer. Modified: maven/plugins/trunk/maven-assembly-plugin/pom