Re: Gradle version of maven archetype.

2016-02-04 Thread abangkis
Hmm... after reading that, i guess I'm just gonna write it down from
scratch and try to mimic the generated output of the maven archetype.
Thanks bob.

On Thu, Feb 4, 2016 at 8:32 PM, Bob Harner  wrote:

> See
> http://gradle.org/migrating-a-maven-build-to-gradle/
> On Feb 4, 2016 8:07 AM, "abangkis"  wrote:
>
> > I'm learning gradle, and planning to create something similar to tapestry
> > maven archetype as a gradle plugin. Is there a quick way to port maven
> > archetype to gradle, or do I have to write it down from scratch?
> >
> > Thanks
> >
> > --
> > http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> > twitter : @mreunionlabs @abangkis
> > page : https://plus.google.com/104168782385184990771
> >
>



-- 
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771


Re: Gradle version of maven archetype.

2016-02-04 Thread Bob Harner
See
http://gradle.org/migrating-a-maven-build-to-gradle/
On Feb 4, 2016 8:07 AM, "abangkis"  wrote:

> I'm learning gradle, and planning to create something similar to tapestry
> maven archetype as a gradle plugin. Is there a quick way to port maven
> archetype to gradle, or do I have to write it down from scratch?
>
> Thanks
>
> --
> http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> twitter : @mreunionlabs @abangkis
> page : https://plus.google.com/104168782385184990771
>


Gradle version of maven archetype.

2016-02-04 Thread abangkis
I'm learning gradle, and planning to create something similar to tapestry
maven archetype as a gradle plugin. Is there a quick way to port maven
archetype to gradle, or do I have to write it down from scratch?

Thanks

-- 
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771


RE: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Thilo Tanner
Hi Muhammad,

Here we go:

https://issues.apache.org/jira/browse/TAP5-2351

Best,
Thilo


From: Muhammad Gelbana 
Sent: Wednesday, June 11, 2014 10:04
To: Tapestry users
Subject: Re: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

Please mention the URL so I can "watch" it

*-*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana


On Wed, Jun 11, 2014 at 10:09 AM, Thilo Tanner 
wrote:

> Hi Muhammad,
>
> This is something, I also recognized. The source map for the Bootstrap is
> not included in the core stack (or the reference excluded from Bootstrap
> CSS shipped with T5.4). I will file a JIRA issue.
>
> Best,
> Thilo
>
> 
> From: Muhammad Gelbana 
> Sent: Wednesday, June 11, 2014 09:00
> To: Tapestry users
> Subject: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype
>
> After starting a new project based on Tapestry's maven archetype and
> running it right away without further modifications, I looked into google
> chrome's developer tool, the network tab and I saw that the below URL is
> broken
>
>
> http://localhost:8080/t5stock/assets/meta/z67dafee4/tapestry5/bootstrap/css/bootstrap.css.map
>
> *-*
> *Muhammad Gelbana*
> http://www.linkedin.com/in/mgelbana
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Muhammad Gelbana
Please mention the URL so I can "watch" it

*-*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana


On Wed, Jun 11, 2014 at 10:09 AM, Thilo Tanner 
wrote:

> Hi Muhammad,
>
> This is something, I also recognized. The source map for the Bootstrap is
> not included in the core stack (or the reference excluded from Bootstrap
> CSS shipped with T5.4). I will file a JIRA issue.
>
> Best,
> Thilo
>
> 
> From: Muhammad Gelbana 
> Sent: Wednesday, June 11, 2014 09:00
> To: Tapestry users
> Subject: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype
>
> After starting a new project based on Tapestry's maven archetype and
> running it right away without further modifications, I looked into google
> chrome's developer tool, the network tab and I saw that the below URL is
> broken
>
>
> http://localhost:8080/t5stock/assets/meta/z67dafee4/tapestry5/bootstrap/css/bootstrap.css.map
>
> *-*
> *Muhammad Gelbana*
> http://www.linkedin.com/in/mgelbana
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


RE: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Thilo Tanner
Hi Muhammad,

This is something, I also recognized. The source map for the Bootstrap is not 
included in the core stack (or the reference excluded from Bootstrap CSS 
shipped with T5.4). I will file a JIRA issue.

Best,
Thilo


From: Muhammad Gelbana 
Sent: Wednesday, June 11, 2014 09:00
To: Tapestry users
Subject: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

After starting a new project based on Tapestry's maven archetype and
running it right away without further modifications, I looked into google
chrome's developer tool, the network tab and I saw that the below URL is
broken

http://localhost:8080/t5stock/assets/meta/z67dafee4/tapestry5/bootstrap/css/bootstrap.css.map

*-*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



[t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Muhammad Gelbana
After starting a new project based on Tapestry's maven archetype and
running it right away without further modifications, I looked into google
chrome's developer tool, the network tab and I saw that the below URL is
broken

http://localhost:8080/t5stock/assets/meta/z67dafee4/tapestry5/bootstrap/css/bootstrap.css.map

*-*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana


Re: Maven Archetype

2013-03-19 Thread Everton Agner
Wel... you're right. I've tried to do it manually and it succeeded
​
​
​.

I believe it may be some problem on either Eclipse Juno or M2E plugin... Is
anyone else experiencing it?

Thanks


___
Everton Agner Ramos


2013/3/19 Shing Hing Man 

>
>
> mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org
>
> I have just tried the above  from
>
>  http://tapestry.apache.org/getting-started.html
>
>
> It works for me.
>
> Shing
>
>
>
> - Original Message -
> From: Everton Agner 
> To: Tapestry Users 
> Cc:
> Sent: Tuesday, March 19, 2013 4:40 PM
> Subject: Maven Archetype
>
> Hello everyone!
>
> I'm following the instructions from
> http://tapestry.apache.org/getting-started.html and it seems that there's
> something wrong with the Archetype or the Repo...
>
> Maven throws me the following error when it tries to generate the project:
>
>
> Unable to create project from archetype
> [org.apache.tapestry:quickstart:5.3.6 -> http:/]
> The desired archetype does not exist (org.apache.tapestry:quickstart:5.3.6)
>
>
> Could someone point me any known problem about it?
>
> Btw, I'm using Eclipse Juno EE with M2E...
>
>
> Cheers!
>
> ___
> Everton Agner Ramos
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


Re: Maven Archetype

2013-03-19 Thread Shing Hing Man


mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org

I have just tried the above  from 

 http://tapestry.apache.org/getting-started.html


It works for me.

Shing 



- Original Message -
From: Everton Agner 
To: Tapestry Users 
Cc: 
Sent: Tuesday, March 19, 2013 4:40 PM
Subject: Maven Archetype

Hello everyone!

I'm following the instructions from
http://tapestry.apache.org/getting-started.html and it seems that there's
something wrong with the Archetype or the Repo...

Maven throws me the following error when it tries to generate the project:


Unable to create project from archetype
[org.apache.tapestry:quickstart:5.3.6 -> http:/]
The desired archetype does not exist (org.apache.tapestry:quickstart:5.3.6)


Could someone point me any known problem about it?

Btw, I'm using Eclipse Juno EE with M2E...


Cheers!

___
Everton Agner Ramos

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



Maven Archetype

2013-03-19 Thread Everton Agner
Hello everyone!

I'm following the instructions from
http://tapestry.apache.org/getting-started.html and it seems that there's
something wrong with the Archetype or the Repo...

Maven throws me the following error when it tries to generate the project:


Unable to create project from archetype
[org.apache.tapestry:quickstart:5.3.6 -> http:/]
The desired archetype does not exist (org.apache.tapestry:quickstart:5.3.6)


Could someone point me any known problem about it?

Btw, I'm using Eclipse Juno EE with M2E...


Cheers!

___
Everton Agner Ramos


maven archetype not working

2010-11-05 Thread Josh Kamau
I am trying to start developing in tapestry but i cant be able to create a
project from the archetype . what am i doing wrong?

jos...@ubuntu:~/projects$ mvn archetype:generate -DarchetypeCatalog=
http://tapestry.apache.org
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]

[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:generate] (aggregator-style)
[INFO]

[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] [archetype:generate {execution: default-cli}]
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart
(org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: http://tapestry.apache.org -> quickstart (Tapestry 5.2.2-SNAPSHOT
Quickstart Project)
2: http://tapestry.apache.org -> tapestry-archetype (Tapestry 4.1.6
Archetype)
Choose a number: : 1
Choose version:
1: 5.0.19
2: 5.1.0.5
3: 5.2.0
4: 5.2.1
5: 5.2.2-SNAPSHOT
Choose a number: : 5
[INFO] snapshot org.apache.tapestry:quickstart:5.2.2-SNAPSHOT: checking for
updates from quickstart-repo
Downloading:
https://repository.apache.org/snapshots//org/apache/tapestry/quickstart/5.2.2-SNAPSHOT/quickstart-5.2.2-SNAPSHOT.jar
[INFO] Unable to find resource
'org.apache.tapestry:quickstart:jar:5.2.2-SNAPSHOT' in repository
quickstart-repo (https://repository.apache.org/snapshots/)


Re: Starting from a maven archetype error

2010-01-29 Thread faye alaska


I am not sure if this helps, but I followed the instructions in
http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29
and got quickstart to work quickly.



matias.blasi wrote:
> 
> Hi, I'm trying to start a new tapestry project and I'm getting the
> following error:
> 
> mat...@jo-lie:~/workspace/newscentral $ mvn archetype:generate
> -DarchetypeCatalog=http://tapestry.formos.com/maven-snapshot-repository   
>   
> ...
> [INFO] Building Maven Default Project
> [INFO]task-segment: [archetype:generate] (aggregator-style)
> [INFO]
> 
> [INFO] Preparing archetype:generate
> ...
> [INFO] [archetype:generate]
> [INFO] Generating project in Interactive mode
> [INFO] No archetype defined. Using maven-archetype-quickstart
> (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
> Choose archetype:
> 1: http://tapestry.formos.com/maven-snapshot-repository -> quickstart
> (Tapestry 5.2.0-SNAPSHOT Quickstart Project)
> Choose a number:  (1): 1
> [INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT: checking
> for updates from quickstart-repo
> [WARNING] repository metadata for: 'snapshot
> org.apache.tapestry:quickstart:5.2.0-SNAPSHOT' could not be retrieved from
> repository: quickstart-repo due to an error: GET request of:
> org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/maven-metadata.xml from
> quickstart-repo failed
> [INFO] Repository 'quickstart-repo' will be blacklisted
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> ..
> [INFO]
> 
> mat...@jo-lie:~/workspace/newscentral $
> 
> 
> Could the maven-metadata.xml file be corrupted?
> 
> Regards,
> Matías
> 

-- 
View this message in context: 
http://old.nabble.com/Starting-from-a-maven-archetype-error-tp2716p27375832.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Starting from a maven archetype error

2010-01-14 Thread matias.blasi

Hi, I'm trying to start a new tapestry project and I'm getting the following
error:

mat...@jo-lie:~/workspace/newscentral $ mvn archetype:generate
-DarchetypeCatalog=http://tapestry.formos.com/maven-snapshot-repository 

...
[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:generate] (aggregator-style)
[INFO]

[INFO] Preparing archetype:generate
...
[INFO] [archetype:generate]
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart
(org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: http://tapestry.formos.com/maven-snapshot-repository -> quickstart
(Tapestry 5.2.0-SNAPSHOT Quickstart Project)
Choose a number:  (1): 1
[INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT: checking for
updates from quickstart-repo
[WARNING] repository metadata for: 'snapshot
org.apache.tapestry:quickstart:5.2.0-SNAPSHOT' could not be retrieved from
repository: quickstart-repo due to an error: GET request of:
org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/maven-metadata.xml from
quickstart-repo failed
[INFO] Repository 'quickstart-repo' will be blacklisted
[INFO]

[ERROR] BUILD FAILURE
[INFO]

..
[INFO]

mat...@jo-lie:~/workspace/newscentral $


Could the maven-metadata.xml file be corrupted?

Regards,
Matías
-- 
View this message in context: 
http://old.nabble.com/Starting-from-a-maven-archetype-error-tp2716p2716.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: T5 - Can't get the tapestry 5 quickstart maven archetype to resolve

2008-10-20 Thread BarryDev

Managed to get this to work by adding
-DremoteRepositories=http://tapestry.formos.com/maven-snapshot-repository/
-DarchetypeVersion=5.0.16-SNAPSHOT 

to the command.  Found it on this page
http://tapestry.apache.org/tapestry5/quickstart/ .

Guess how I was adding the snapshot repository to my settings.xml wasn't
correct.


BarryDev wrote:
> 
> I was able to get the tapestry 5 quickstart archetype to download
> successfully a few days ago but now when I run the command I'm getting the
> following output:
> 
> $ mvn archetype:create   -DarchetypeGroupId=org.apache.tapestry 
> -DarchetypeArtifactId=quickstart  -DgroupId=org.apache.tapestry  -Dartifac
> tId=tutorial1  -DpackageName=org.apache.tapestry5.tutorial
> 
> I've tried adding the people.apache.org repo to my maven settings to no
> avail.  I don't think that's the problem seeing as I was able to get it to
> work a few days ago without any tinkering in my settings.  Is something
> wrong with the current release of the archetype or have I managed to
> bugger up my maven?
> 

-- 
View this message in context: 
http://www.nabble.com/T5---Can%27t-get-the-tapestry-5-quickstart-maven-archetype-to-resolve-tp20050232p20073495.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



T5 - Can't get the tapestry 5 quickstart maven archetype to resolve

2008-10-18 Thread BarryDev

I was able to get the tapestry 5 quickstart archetype to download
successfully a few days ago but now when I run the command I'm getting the
following output:

$ mvn archetype:create   -DarchetypeGroupId=org.apache.tapestry 
-DarchetypeArtifactId=quickstart  -DgroupId=org.apache.tapestry  -Dartifac
tId=tutorial1  -DpackageName=org.apache.tapestry5.tutorial
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]

[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:create] (aggregator-style)
[INFO]

[WARNING] Attempting to build MavenProject instance for Artifact
(org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-5-20081013.1916
7-3) of type: maven-plugin; constructing POM artifact instead.
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [archetype:create]
[WARNING] This goal is deprecated. Please use mvn archetype:generate instead
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.apache.tapestry
ArtifactId: quickstart
Version: RELEASE

Reason: Unable to determine the release version

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tapestry
-DartifactId=quickstart -Dversion=RELEASE -Dpackaging=jar
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.tapestry
-DartifactId=quickstart -Dversion=RELEASE -Dpackaging=jar
-Dfile=/path/to/file -Du
l=[url] -DrepositoryId=[id]


  org.apache.tapestry:quickstart:jar:RELEASE

I've tried adding the people.apache.org repo to my maven settings to no
avail.  I don't think that's the problem seeing as I was able to get it to
work a few days ago without any tinkering in my settings.  Is something
wrong with the current release of the archetype or have I managed to bugger
up my maven?
-- 
View this message in context: 
http://www.nabble.com/T5---Can%27t-get-the-tapestry-5-quickstart-maven-archetype-to-resolve-tp20050232p20050232.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



T5 maven archetype

2007-10-17 Thread tom
Hi all,

 

Trying to create T5 maven (2.0.7) 2 archetype, running:

mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp
-DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT
-DremoteRepositories=http://tapestry.formos.com/maven-snapshot-repository
-DarchetypeVersion=5.0.6-SNAPSHOT

 

Error:

[INFO] Scanning for projects...

[INFO] Searching repository for plugin with prefix: 'archetype'.

[INFO]


[INFO] Building Maven Default Project

[INFO]task-segment: [archetype:create] (aggregator-style)

[INFO]


[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.

[INFO] Setting property: velocimacro.messages.on => 'false'.

[INFO] Setting property: resource.loader => 'classpath'.

[INFO] Setting property: resource.manager.logwhenfound => 'false'.

[INFO] ** 

[INFO] Starting Jakarta Velocity v1.4

[INFO] RuntimeInstance initializing.

[INFO] Default Properties File:
org\apache\velocity\runtime\defaults\velocity.properties

[INFO] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)

[INFO] Resource Loader Instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader

[INFO] ClasspathResourceLoader : initialization starting.

[INFO] ClasspathResourceLoader : initialization complete.

[INFO] ResourceCache : initialized. (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)

[INFO] Default ResourceManager initialization complete.

[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal

[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro

[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse

[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Include

[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach

[INFO] Created: 20 parsers.

[INFO] Velocimacro : initialization starting.

[INFO] Velocimacro : adding VMs from VM library template :
VM_global_library.vm

[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in
any resource loader.

[INFO] Velocimacro : error using  VM library template VM_global_library.vm :
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource 'VM_global_library.vm'

[INFO] Velocimacro :  VM library template macro registration complete.

[INFO] Velocimacro : allowInline = true : VMs can be defined inline in
templates

[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may
NOT replace previous VM definitions

[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.

[INFO] Velocimacro : initialization complete.

[INFO] Velocity successfully started.

[INFO] [archetype:create]

[INFO] We are using command line specified remote repositories:
http://tapestry.formos.com/maven-snapshot-repository

[INFO] snapshot org.apache.tapestry:quickstart:5.0.6-SNAPSHOT: checking for
updates from id0

[INFO]


[INFO] Using following parameters for creating Archetype:
quickstart:5.0.6-SNAPSHOT

[INFO]


[INFO] Parameter: groupId, Value: org.example

[INFO] Parameter: packageName, Value: org.example.myapp

[INFO] Parameter: package, Value: org.example.myapp

[INFO] Parameter: artifactId, Value: myapp

[INFO] Parameter: basedir, Value: D:\Old Projects\Tapestry 5

[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT

[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 14,column 22] :
${tapestry-release-version} is not a valid reference.

[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 80,column 26] :
${tapestry-release-version} is not a valid reference.

[INFO] * End of debug info from resources from generated
POM ***

[ERROR] ResourceManager : unable to find resource
'archetype-resources/src/main/java/base/' in any resource loader.

[INFO]


[ERROR] BUILD ERROR

[INFO]


[INFO] Error creating from archetype

 

Embedded error: Error merging velocity templates

Unable to find resource 'archetype-resources/src/main/java/base/'

[INFO]


[INFO] For more information, run Maven with the -e switch

[INFO]
--