Hi Herve

I have executed the build (mvn verify -P run-its) from the src zip but the
build failed:
Archetype IT 'it-basic' failed: Some content are not equals

Can you check it in the logs attached?

Thx

On Sun, Dec 9, 2018 at 4:48 PM Hervé BOUTEMY <[email protected]> wrote:

> Hi,
>
> We solved 3 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317123&version=12343035&styleName=Text
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MARCHETYPES%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1476/
>
> https://repository.apache.org/content/repositories/maven-1476/org/apache/maven/archetypes/maven-archetype-bundles/1.4/maven-archetype-bundles-1.4-source-release.zip
>
> Source release checksum(s):
> maven-archetype-bundles-1.4-source-release.zip sha512:
> 7afb337cfa33b2e827d4e97bdcc687c8aee708974504c134d972ddd9a356ac13c36f8acceac128815905ef30e4939a25dc3721f4465f4f81f0c9dc0966aa5cb9
>
> Staging site:
> https://maven.apache.org/archetypes-archives/archetypes-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Maven Archetypes
[INFO] Maven Archetype Archetype
[INFO] Maven Simple J2EE Archetype
[INFO] Maven Plugin Archetype
[INFO] Maven Plugin Site Archetype
[INFO] Maven Portlet Archetype
[INFO] Maven Quickstart Archetype
[INFO] Maven Simple Project Archetype
[INFO] Maven Site Archetype
[INFO] Maven Archetype for Simple Site
[INFO] Maven Site Skin Archetype
[INFO] Maven Webapp Archetype
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Archetypes 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-bundles ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-bundles ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-bundles ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-archetype-bundles 
---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-bundles ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-bundles ---
[INFO] Attaching 'src\site\site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-bundles ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Archetype Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-archetype ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-archetype ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-archetype ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-archetype-archetype 
---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-archetype ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-archetype ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\maven-archetype-archetype-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-archetype ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-archetype ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-archetype:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-archetype
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: null
[INFO] Parameter: packageInPathFormat, Value: null
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-archetype
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype
[INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Archetype - basic-archetype 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-archetype ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-archetype ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
basic-archetype ---
[INFO] [INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\basic-archetype-0.1-SNAPSHOT
[INFO] [INFO] 
[INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ basic-archetype ---
[INFO] [INFO] Processing Archetype IT project: it-basic
[INFO] [INFO] 
----------------------------------------------------------------------------
[INFO] [INFO] Using following parameters for creating project from Archetype: 
basic-archetype:0.1-SNAPSHOT
[INFO] [INFO] 
----------------------------------------------------------------------------
[INFO] [INFO] Parameter: groupId, Value: archetype.it
[INFO] [INFO] Parameter: artifactId, Value: basic-project
[INFO] [INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] [INFO] Parameter: package, Value: it.pkg
[INFO] [INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] [INFO] Parameter: package, Value: it.pkg
[INFO] [INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] [INFO] Parameter: groupId, Value: archetype.it
[INFO] [INFO] Parameter: artifactId, Value: basic-project
[INFO] [INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project
[INFO] [INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] [INFO] Scanning for projects...
[INFO] [INFO] [INFO]                                                            
             
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] Building basic-project 0.1-SNAPSHOT
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources 
(default-resources) @ basic-project ---
[INFO] [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\src\main\resources
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) 
@ basic-project ---
[INFO] [INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\classes
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-project ---
[INFO] [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\src\test\resources
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) @ basic-project ---
[INFO] [INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-project ---
[INFO] [INFO] [INFO] Surefire report directory: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\surefire-reports
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] [INFO]  T E S T S
[INFO] [INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] [INFO] Running it.pkg.AppTest
[INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time 
elapsed: 0.033 s - in it.pkg.AppTest
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] Results:
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ 
basic-project ---
[INFO] [INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\basic-project-0.1-SNAPSHOT.jar
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] Total time: 3.947 s
[INFO] [INFO] [INFO] Finished at: 2018-12-09T21:46:40+01:00
[INFO] [INFO] [INFO] Final Memory: 20M/306M
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Post-archetype-generation invoker exit code: 0
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 6.880 s
[INFO] [INFO] Finished at: 2018-12-09T21:46:40+01:00
[INFO] [INFO] Final Memory: 14M/309M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-archetype:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-project
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-project
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project
[INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Archetype - basic-project 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-project ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-project ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
basic-project ---
[INFO] [INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\basic-project-0.1-SNAPSHOT
[INFO] [INFO] 
[INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ basic-project ---
[INFO] [INFO] Processing Archetype IT project: it-basic
[INFO] [INFO] 
----------------------------------------------------------------------------
[INFO] [INFO] Using following parameters for creating project from Archetype: 
basic-project:0.1-SNAPSHOT
[INFO] [INFO] 
----------------------------------------------------------------------------
[INFO] [INFO] Parameter: groupId, Value: archetype.it
[INFO] [INFO] Parameter: artifactId, Value: basic-project
[INFO] [INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] [INFO] Parameter: package, Value: it.pkg
[INFO] [INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] [INFO] Parameter: package, Value: it.pkg
[INFO] [INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] [INFO] Parameter: groupId, Value: archetype.it
[INFO] [INFO] Parameter: artifactId, Value: basic-project
[INFO] [INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project
[INFO] [INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] [INFO] Scanning for projects...
[INFO] [INFO] [INFO]                                                            
             
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] Building basic-project 0.1-SNAPSHOT
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources 
(default-resources) @ basic-project ---
[INFO] [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\src\main\resources
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) 
@ basic-project ---
[INFO] [INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\classes
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-project ---
[INFO] [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\src\test\resources
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) @ basic-project ---
[INFO] [INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\test-classes
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-project ---
[INFO] [INFO] [INFO] Surefire report directory: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\surefire-reports
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] [INFO]  T E S T S
[INFO] [INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] [INFO] Running it.pkg.AppTest
[INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time 
elapsed: 0.031 s - in it.pkg.AppTest
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] Results:
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ 
basic-project ---
[INFO] [INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\src\test\resources\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\basic-project-0.1-SNAPSHOT.jar
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] Total time: 3.975 s
[INFO] [INFO] [INFO] Finished at: 2018-12-09T21:46:49+01:00
[INFO] [INFO] [INFO] Final Memory: 20M/323M
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Post-archetype-generation invoker exit code: 0
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.256 s
[INFO] [INFO] Finished at: 2018-12-09T21:46:49+01:00
[INFO] [INFO] Final Memory: 12M/245M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-archetype:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-project
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-project
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project
[INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Archetype - basic-project 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-project ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-project ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
basic-project ---
[INFO] [INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\basic-project-0.1-SNAPSHOT
[INFO] [INFO] 
[INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ basic-project ---
[INFO] [INFO] Processing Archetype IT project: it-basic
[INFO] [INFO] 
----------------------------------------------------------------------------
[INFO] [INFO] Using following parameters for creating project from Archetype: 
basic-project:0.1-SNAPSHOT
[INFO] [INFO] 
----------------------------------------------------------------------------
[INFO] [INFO] Parameter: groupId, Value: archetype.it
[INFO] [INFO] Parameter: artifactId, Value: basic-project
[INFO] [INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] [INFO] Parameter: package, Value: it.pkg
[INFO] [INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] [INFO] Parameter: package, Value: it.pkg
[INFO] [INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] [INFO] Parameter: groupId, Value: archetype.it
[INFO] [INFO] Parameter: artifactId, Value: basic-project
[INFO] [INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project
[INFO] [INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] [INFO] Scanning for projects...
[INFO] [INFO] [INFO]                                                            
             
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] Building basic-project 0.1-SNAPSHOT
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources 
(default-resources) @ basic-project ---
[INFO] [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\src\main\resources
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) 
@ basic-project ---
[INFO] [INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\classes
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-project ---
[INFO] [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\src\test\resources
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) @ basic-project ---
[INFO] [INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\test-classes
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-project ---
[INFO] [INFO] [INFO] Surefire report directory: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\surefire-reports
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] [INFO]  T E S T S
[INFO] [INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] [INFO] Running it.pkg.AppTest
[INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time 
elapsed: 0.034 s - in it.pkg.AppTest
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] Results:
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] 
[INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ 
basic-project ---
[INFO] [INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-archetype\target\test-classes\projects\it-basic\project\basic-archetype\target\test-classes\projects\it-basic\project\basic-project\target\test-classes\projects\it-basic\project\basic-project\target\basic-project-0.1-SNAPSHOT.jar
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] [INFO] Total time: 4.694 s
[INFO] [INFO] [INFO] Finished at: 2018-12-09T21:46:59+01:00
[INFO] [INFO] [INFO] Final Memory: 19M/303M
[INFO] [INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Post-archetype-generation invoker exit code: 0
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.856 s
[INFO] [INFO] Finished at: 2018-12-09T21:46:59+01:00
[INFO] [INFO] Final Memory: 14M/309M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-archetype ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Simple J2EE Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-j2ee-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-j2ee-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-j2ee-simple ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ 
maven-archetype-j2ee-simple ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-j2ee-simple ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-j2ee-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-j2ee-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-j2ee-simple ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\maven-archetype-j2ee-simple-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-j2ee-simple ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-j2ee-simple ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-j2ee-simple:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-j2ee-simple
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-j2ee-simple
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\ear\pom.xml
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\ejbs\pom.xml
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\primary-source\pom.xml
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\projects\pom.xml
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\projects\logging\pom.xml
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\pom.xml
[INFO] Parent element not overwritten in 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\servlet\pom.xml
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple
[INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] basic-j2ee-simple
[INFO] [INFO] sub projects
[INFO] [INFO] logging
[INFO] [INFO] core project classes
[INFO] [INFO] servlets
[INFO] [INFO] servlet
[INFO] [INFO] enterprise java beans
[INFO] [INFO] ear assembly
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building basic-j2ee-simple 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building sub projects 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building logging 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
logging ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\projects\logging\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
logging ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ logging ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\projects\logging\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ logging ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ logging ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ logging ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\projects\logging\target\logging-0.1-SNAPSHOT.jar
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building core project classes 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
primary-source ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\primary-source\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
primary-source ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ primary-source ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\primary-source\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ primary-source ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
primary-source ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ primary-source ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\primary-source\target\primary-source-0.1-SNAPSHOT.jar
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building servlets 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building servlet 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
servlet ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\servlet\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
servlet ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ servlet ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\servlet\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ servlet ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ servlet ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-war-plugin:3.2.2:war (default-war) @ servlet ---
[INFO] [INFO] Packaging webapp
[INFO] [INFO] Assembling webapp [servlet] in 
[D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\servlet\target\servlet-0.1-SNAPSHOT]
[INFO] [INFO] Processing war project
[INFO] [INFO] Copying webapp resources 
[D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\servlet\src\main\webapp]
[INFO] [INFO] Webapp assembled in [46 msecs]
[INFO] [INFO] Building war: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\servlets\servlet\target\servlet-0.1-SNAPSHOT.war
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building enterprise java beans 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
ejbs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejbs 
---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ ejbs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\ejbs\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ ejbs ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ ejbs ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-ejb-plugin:3.0.1:ejb (default-ejb) @ ejbs ---
[INFO] [INFO] Building EJB ejbs-0.1-SNAPSHOT with EJB version 3.1
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\ejbs\target\ejbs-0.1-SNAPSHOT.jar
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building ear assembly 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-ear-plugin:3.0.1:generate-application-xml 
(default-generate-application-xml) @ ear ---
[INFO] [INFO] Generating application.xml
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
ear ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\ear\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-ear-plugin:3.0.1:ear (default-ear) @ ear ---
[INFO] [INFO] Copying artifact [ejb:archetype.it:ejbs:0.1-SNAPSHOT] to 
[archetype.it-ejbs-0.1-SNAPSHOT.jar]
[INFO] [INFO] Copying artifact [war:archetype.it:servlet:0.1-SNAPSHOT] to 
[archetype.it-servlet-0.1-SNAPSHOT.war]
[INFO] [INFO] Copying artifact [jar:archetype.it:primary-source:0.1-SNAPSHOT] 
to [archetype.it-primary-source-0.1-SNAPSHOT.jar]
[INFO] [INFO] Copying artifact [jar:archetype.it:logging:0.1-SNAPSHOT] to 
[archetype.it-logging-0.1-SNAPSHOT.jar]
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-j2ee-simple\target\test-classes\projects\it-basic\project\basic-j2ee-simple\ear\target\ear-0.1-SNAPSHOT.ear
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] basic-j2ee-simple .................................. SUCCESS [  
0.002 s]
[INFO] [INFO] sub projects ....................................... SUCCESS [  
0.000 s]
[INFO] [INFO] logging ............................................ SUCCESS [  
1.394 s]
[INFO] [INFO] core project classes ............................... SUCCESS [  
0.055 s]
[INFO] [INFO] servlets ........................................... SUCCESS [  
0.000 s]
[INFO] [INFO] servlet ............................................ SUCCESS [  
0.801 s]
[INFO] [INFO] enterprise java beans .............................. SUCCESS [  
0.320 s]
[INFO] [INFO] ear assembly ....................................... SUCCESS [  
0.318 s]
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 3.048 s
[INFO] [INFO] Finished at: 2018-12-09T21:47:04+01:00
[INFO] [INFO] Final Memory: 19M/306M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-j2ee-simple ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Plugin Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-archetype-plugin ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-plugin ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\maven-archetype-plugin-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-plugin ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-plugin ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-plugin:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-plugin
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg.plugin
[INFO] Parameter: packageInPathFormat, Value: it/pkg/plugin
[INFO] Parameter: package, Value: it.pkg.plugin
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-plugin
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin
[INFO] Invoking post-archetype-generation goals: verify -Prun-its
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building basic-plugin Maven Plugin 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (help-goal) @ basic-plugin 
---
[INFO] [INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] [INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
basic-plugin ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ 
basic-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] [INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] [INFO] 
[INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (mojo-descriptor) @ 
basic-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] [INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ basic-plugin ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-plugin ---
[INFO] [INFO] Surefire report directory: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\surefire-reports
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running it.pkg.plugin.MyMojoTest
[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.849 s - in it.pkg.plugin.MyMojoTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ basic-plugin ---
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\basic-plugin-0.1-SNAPSHOT.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata 
(default-addPluginArtifactMetadata) @ basic-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-invoker-plugin:3.1.0:install (integration-test) @ 
basic-plugin ---
[INFO] [INFO] Installing 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\pom.xml
 to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\local-repo\archetype\it\basic-plugin\0.1-SNAPSHOT\basic-plugin-0.1-SNAPSHOT.pom
[INFO] [INFO] Installing 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\basic-plugin-0.1-SNAPSHOT.jar
 to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\project\basic-plugin\target\local-repo\archetype\it\basic-plugin\0.1-SNAPSHOT\basic-plugin-0.1-SNAPSHOT.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-invoker-plugin:3.1.0:integration-test 
(integration-test) @ basic-plugin ---
[INFO] [INFO] Building: simple-it\pom.xml
[INFO] [INFO] run post-build script verify.groovy
[INFO] [INFO]           simple-it\pom.xml ................................ 
SUCCESS (10.8 s)
[INFO] [INFO] 
[INFO] [INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @ 
basic-plugin ---
[INFO] [INFO] -------------------------------------------------
[INFO] [INFO] Build Summary:
[INFO] [INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] [INFO] -------------------------------------------------
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 21.805 s
[INFO] [INFO] Finished at: 2018-12-09T21:47:29+01:00
[INFO] [INFO] Final Memory: 33M/418M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] run script 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\verify.groovy
[INFO] Running post-build script: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\verify.groovy
[INFO] Finished post-build script: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin\target\test-classes\projects\it-basic\verify.groovy
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-plugin ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Plugin Site Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-plugin-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-plugin-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-plugin-site ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ 
maven-archetype-plugin-site ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-plugin-site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-plugin-site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-plugin-site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-plugin-site ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin-site\target\maven-archetype-plugin-site-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-plugin-site ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-plugin-site ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-plugin-site:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-plugin-site
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-plugin-site
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin-site\target\test-classes\projects\it-basic\project\basic-plugin-site
[INFO] Invoking post-archetype-generation goals: site
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building basic-plugin-site 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-site-plugin:3.7.1:site (default-site) @ 
basic-plugin-site ---
[INFO] [INFO] configuring report plugin 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[INFO] [INFO] 15 reports detected for maven-project-info-reports-plugin:3.0.0: 
ci-management, dependencies, dependency-info, dependency-management, 
distribution-management, index, issue-management, licenses, mailing-lists, 
modules, plugin-management, plugins, scm, summary, team
[INFO] [INFO] configuring report plugin 
org.apache.maven.plugins:maven-plugin-plugin:3.6.0
[INFO] [INFO] preparing maven-plugin-plugin:report report requires 
'process-classes' forked phase execution
[INFO] [INFO] 
[INFO] [INFO] >>> maven-plugin-plugin:3.6.0:report > process-classes @ 
basic-plugin-site >>>
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
basic-plugin-site ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-plugin-site\target\test-classes\projects\it-basic\project\basic-plugin-site\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
basic-plugin-site ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] <<< maven-plugin-plugin:3.6.0:report < process-classes @ 
basic-plugin-site <<<
[INFO] [INFO] 'process-classes' forked phase execution for 
maven-plugin-plugin:report report preparation done
[INFO] [INFO] 1 report configured for maven-plugin-plugin:3.6.0: report
[INFO] [INFO] Rendering site with default locale English (en)
[INFO] [INFO] Relativizing decoration links with respect to localized project 
URL: http://maven.apache.org/
[INFO] [INFO] Rendering content with 
org.apache.maven.skins:maven-fluido-skin:jar:1.7 skin.
[INFO] [INFO] Skipped "About" report 
(maven-project-info-reports-plugin:3.0.0:index), file "index.html" already 
exists.
[INFO] [INFO] Rendering 5 Doxia documents: 3 apt, 2 markdown
[INFO] [INFO] Generating "Dependency Information" report --- 
maven-project-info-reports-plugin:3.0.0:dependency-info
[INFO] [INFO] Generating "Distribution Management" report --- 
maven-project-info-reports-plugin:3.0.0:distribution-management
[INFO] [INFO] Generating "Plugin Management" report    --- 
maven-project-info-reports-plugin:3.0.0:plugin-management
[INFO] [INFO] Generating "Plugins" report              --- 
maven-project-info-reports-plugin:3.0.0:plugins
[INFO] [INFO] Generating "Summary" report              --- 
maven-project-info-reports-plugin:3.0.0:summary
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.212 s
[INFO] [INFO] Finished at: 2018-12-09T21:47:39+01:00
[INFO] [INFO] Final Memory: 31M/367M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-plugin-site ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Portlet Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-portlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-portlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-portlet ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-archetype-portlet 
---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-portlet ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-portlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-portlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-portlet ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\maven-archetype-portlet-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-portlet ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-portlet ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-portlet:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-portlet
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-portlet
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet
[INFO] Invoking post-archetype-generation goals: verify
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Maven Portlet Archetype 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-portlet ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
basic-portlet ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet\target\classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-portlet ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ basic-portlet ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-portlet ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-war-plugin:3.2.2:war (default-war) @ basic-portlet ---
[INFO] [INFO] Packaging webapp
[INFO] [INFO] Assembling webapp [basic-portlet] in 
[D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet\target\basic-portlet-0.1-SNAPSHOT]
[INFO] [INFO] Processing war project
[INFO] [INFO] Copying webapp resources 
[D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet\src\main\webapp]
[INFO] [INFO] Webapp assembled in [133 msecs]
[INFO] [INFO] Building war: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-portlet\target\test-classes\projects\it-basic\project\basic-portlet\target\basic-portlet-0.1-SNAPSHOT.war
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 3.876 s
[INFO] [INFO] Finished at: 2018-12-09T21:47:47+01:00
[INFO] [INFO] Final Memory: 21M/320M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-portlet ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Quickstart Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-quickstart ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-quickstart ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-quickstart ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ 
maven-archetype-quickstart ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-quickstart ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-quickstart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-quickstart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-quickstart ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\maven-archetype-quickstart-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-quickstart ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-quickstart ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-quickstart:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-quickstart
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-quickstart
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart
[INFO] Invoking post-archetype-generation goals: verify site
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building basic-quickstart 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-quickstart ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
basic-quickstart ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart\target\classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-quickstart ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ basic-quickstart ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart\target\test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-quickstart ---
[INFO] [INFO] Surefire report directory: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart\target\surefire-reports
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running it.pkg.AppTest
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.035 s - in it.pkg.AppTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ basic-quickstart 
---
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-quickstart\target\test-classes\projects\it-basic\project\basic-quickstart\target\basic-quickstart-0.1-SNAPSHOT.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-site-plugin:3.7.1:site (default-site) @ 
basic-quickstart ---
[INFO] [INFO] configuring report plugin 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[INFO] [INFO] 15 reports detected for maven-project-info-reports-plugin:3.0.0: 
ci-management, dependencies, dependency-info, dependency-management, 
distribution-management, index, issue-management, licenses, mailing-lists, 
modules, plugin-management, plugins, scm, summary, team
[INFO] [INFO] Rendering site with default locale English (en)
[INFO] [INFO] Relativizing decoration links with respect to localized project 
URL: http://www.example.com
[INFO] [INFO] Rendering content with 
org.apache.maven.skins:maven-default-skin:jar:1.2 skin.
[INFO] [INFO] Generating "Dependencies" report         --- 
maven-project-info-reports-plugin:3.0.0:dependencies
[INFO] [INFO] Generating "Dependency Information" report --- 
maven-project-info-reports-plugin:3.0.0:dependency-info
[INFO] [INFO] Generating "About" report                --- 
maven-project-info-reports-plugin:3.0.0:index
[INFO] [INFO] Generating "Plugin Management" report    --- 
maven-project-info-reports-plugin:3.0.0:plugin-management
[INFO] [INFO] Generating "Plugins" report              --- 
maven-project-info-reports-plugin:3.0.0:plugins
[INFO] [INFO] Generating "Summary" report              --- 
maven-project-info-reports-plugin:3.0.0:summary
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 8.124 s
[INFO] [INFO] Finished at: 2018-12-09T21:47:57+01:00
[INFO] [INFO] Final Memory: 30M/312M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-quickstart ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Simple Project Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-simple ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-archetype-simple ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-simple ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-simple ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\maven-archetype-simple-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-simple ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-simple ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-simple:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-simple
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-simple
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple
[INFO] Invoking post-archetype-generation goals: verify site
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building basic-simple 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
basic-simple ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple\src\main\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
basic-simple ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple\target\classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources 
(default-testResources) @ basic-simple ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple\src\test\resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) 
@ basic-simple ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple\target\test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ 
basic-simple ---
[INFO] [INFO] Surefire report directory: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple\target\surefire-reports
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running it.pkg.AppTest
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.006 s - in it.pkg.AppTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ basic-simple ---
[INFO] [INFO] Building jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-simple\target\test-classes\projects\it-basic\project\basic-simple\target\basic-simple-0.1-SNAPSHOT.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-site-plugin:3.7.1:site (default-site) @ basic-simple ---
[INFO] [INFO] configuring report plugin 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[INFO] [INFO] 15 reports detected for maven-project-info-reports-plugin:3.0.0: 
ci-management, dependencies, dependency-info, dependency-management, 
distribution-management, index, issue-management, licenses, mailing-lists, 
modules, plugin-management, plugins, scm, summary, team
[INFO] [INFO] Rendering site with default locale English (en)
[INFO] [INFO] Relativizing decoration links with respect to localized project 
URL: http://www.example.com
[INFO] [INFO] Rendering content with 
org.apache.maven.skins:maven-fluido-skin:jar:1.7 skin.
[INFO] [INFO] Generating "Dependencies" report         --- 
maven-project-info-reports-plugin:3.0.0:dependencies
[INFO] [INFO] Generating "Dependency Information" report --- 
maven-project-info-reports-plugin:3.0.0:dependency-info
[INFO] [INFO] Generating "About" report                --- 
maven-project-info-reports-plugin:3.0.0:index
[INFO] [INFO] Generating "Plugin Management" report    --- 
maven-project-info-reports-plugin:3.0.0:plugin-management
[INFO] [INFO] Generating "Plugins" report              --- 
maven-project-info-reports-plugin:3.0.0:plugins
[INFO] [INFO] Generating "Summary" report              --- 
maven-project-info-reports-plugin:3.0.0:summary
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 8.727 s
[INFO] [INFO] Finished at: 2018-12-09T21:48:08+01:00
[INFO] [INFO] Final Memory: 29M/334M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-simple ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Site Archetype 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-site ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-site ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-archetype-site ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-site ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site\target\maven-archetype-site-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-site ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-site ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-site:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-site
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: null
[INFO] Parameter: packageInPathFormat, Value: null
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-site
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site\target\test-classes\projects\it-basic\project\basic-site
[INFO] Invoking post-archetype-generation goals: clean site
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Maven 0.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ basic-site 
---
[INFO] [INFO] 
[INFO] [INFO] --- maven-site-plugin:3.7.1:site (default-site) @ basic-site ---
[INFO] [INFO] configuring report plugin 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[INFO] [INFO] 15 reports detected for maven-project-info-reports-plugin:3.0.0: 
ci-management, dependencies, dependency-info, dependency-management, 
distribution-management, index, issue-management, licenses, mailing-lists, 
modules, plugin-management, plugins, scm, summary, team
[INFO] [INFO] Rendering site with default locale English (en)
[INFO] [INFO] Relativizing decoration links with respect to localized project 
URL: http://maven.apache.org/
[INFO] [INFO] Rendering content with 
org.apache.maven.skins:maven-fluido-skin:jar:1.7 skin.
[INFO] [INFO] Skipped "About" report 
(maven-project-info-reports-plugin:3.0.0:index), file "index.html" already 
exists.
[INFO] [INFO] Rendering 6 Doxia documents: 2 apt, 1 fml, 2 markdown, 1 xdoc
[INFO] [WARNING] [APT Parser] Modified invalid link: 'Document structure' to 
'#Document_structure'
[INFO] [INFO] Generating "Dependency Information" report --- 
maven-project-info-reports-plugin:3.0.0:dependency-info
[INFO] [INFO] Generating "Distribution Management" report --- 
maven-project-info-reports-plugin:3.0.0:distribution-management
[INFO] [INFO] Generating "Plugin Management" report    --- 
maven-project-info-reports-plugin:3.0.0:plugin-management
[INFO] [INFO] Generating "Plugins" report              --- 
maven-project-info-reports-plugin:3.0.0:plugins
[INFO] [INFO] Generating "Summary" report              --- 
maven-project-info-reports-plugin:3.0.0:summary
[INFO] [INFO] 
[INFO] [INFO] Rendering localized site for French (fr)
[INFO] [INFO] Relativizing decoration links with respect to localized project 
URL: http://maven.apache.org/fr
[INFO] [INFO] Rendering content with 
org.apache.maven.skins:maven-fluido-skin:jar:1.7 skin.
[INFO] [INFO] Rendering 6 Doxia documents: 2 apt, 1 fml, 2 markdown, 1 xdoc
[INFO] [WARNING] [APT Parser] Modified invalid link: 'Document structure' to 
'#Document_structure'
[INFO] [INFO] Generating "Informations de dépendance" report --- 
maven-project-info-reports-plugin:3.0.0:dependency-info
[INFO] [INFO] Generating "Gestion de la distribution" report --- 
maven-project-info-reports-plugin:3.0.0:distribution-management
[INFO] [INFO] Generating "Gestion des plugins" report  --- 
maven-project-info-reports-plugin:3.0.0:plugin-management
[INFO] [INFO] Generating "Plugins du projet" report    --- 
maven-project-info-reports-plugin:3.0.0:plugins
[INFO] [INFO] Generating "Résumé du projet" report     --- 
maven-project-info-reports-plugin:3.0.0:summary
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 5.690 s
[INFO] [INFO] Finished at: 2018-12-09T21:48:16+01:00
[INFO] [INFO] Final Memory: 23M/369M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Post-archetype-generation invoker exit code: 0
[INFO] run script 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site\target\test-classes\projects\it-basic\verify.groovy
[INFO] Running post-build script: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site\target\test-classes\projects\it-basic\verify.groovy
[INFO] Finished post-build script: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site\target\test-classes\projects\it-basic\verify.groovy
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-archetype-site ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Archetype for Simple Site 1.4
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-archetype-site-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-archetype-site-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ 
maven-archetype-site-simple ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ 
maven-archetype-site-simple ---
[INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ maven-archetype-site-simple ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
maven-archetype-site-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-archetype-site-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ 
maven-archetype-site-simple ---
[INFO] Building archetype jar: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site-simple\target\maven-archetype-site-simple-1.4
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-archetype-site-simple ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) @ maven-archetype-site-simple ---
[INFO] Processing Archetype IT project: it-basic
[INFO] 
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: 
maven-archetype-site-simple:1.4
[INFO] 
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-site-simple
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: null
[INFO] Parameter: packageInPathFormat, Value: null
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic-site-simple
[INFO] Project created from Archetype in dir: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site-simple\target\test-classes\projects\it-basic\project\basic-site-simple
[INFO] Comparing generated project with reference content: 
D:\vcs\release\maven-archetype-bundles-1.4\maven-archetype-site-simple\target\test-classes\projects\it-basic\reference
[WARNING] Property ignoreEOLStyle was not set - files will be compared 
considering their EOL style!
[WARNING] Contents of file pom.xml are not equal
[WARNING] Property ignoreEOLStyle was not set - files will be compared 
considering their EOL style!
[WARNING] Property ignoreEOLStyle was not set - files will be compared 
considering their EOL style!
[WARNING] Property ignoreEOLStyle was not set - files will be compared 
considering their EOL style!
[WARNING] Property ignoreEOLStyle was not set - files will be compared 
considering their EOL style!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven Archetypes ............................ SUCCESS [  4.231 s]
[INFO] Maven Archetype Archetype .......................... SUCCESS [ 28.007 s]
[INFO] Maven Simple J2EE Archetype ........................ SUCCESS [  5.290 s]
[INFO] Maven Plugin Archetype ............................. SUCCESS [ 26.127 s]
[INFO] Maven Plugin Site Archetype ........................ SUCCESS [ 10.161 s]
[INFO] Maven Portlet Archetype ............................ SUCCESS [  6.324 s]
[INFO] Maven Quickstart Archetype ......................... SUCCESS [ 10.471 s]
[INFO] Maven Simple Project Archetype ..................... SUCCESS [ 11.088 s]
[INFO] Maven Site Archetype ............................... SUCCESS [  8.134 s]
[INFO] Maven Archetype for Simple Site .................... FAILURE [  0.136 s]
[INFO] Maven Site Skin Archetype .......................... SKIPPED
[INFO] Maven Webapp Archetype ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:50 min
[INFO] Finished at: 2018-12-09T21:48:17+01:00
[INFO] Final Memory: 31M/430M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) on project maven-archetype-site-simple:
[ERROR] Archetype IT 'it-basic' failed: Some content are not equals
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-archetype-plugin:3.0.1:integration-test 
(default-integration-test) on project maven-archetype-site-simple: 
Archetype IT 'it-basic' failed: Some content are not equals
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: 
Archetype IT 'it-basic' failed: Some content are not equals
        at 
org.apache.maven.archetype.mojos.IntegrationTestMojo.execute(IntegrationTestMojo.java:325)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        ... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-archetype-site-simple
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to