You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hard to convince people to use the project when each of the last three archetypes released was released without any testing at all - which is obvious since they don't work OOTB.
Hi,
I was using the archetype with the latest release version, like this
mvn archetype:generate -DarchetypeGroupId=com.arcbees.archetypes -DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/ -DarchetypeArtifactId=gwtp-basic-archetype -DarchetypeVersion=1.5.3 -DgroupId=fr.mickaelbaron.gwtpbasicwitharcbeesmavenartifact -DartifactId=gwtpbasicwitharcbeesmavenartifact -DmoduleName=Application
But, into the pom.xml file, the value of webappDirectory property is using a Windows absolute path, like this
<webappDirectory>C:\\coding\\projects\\arcbees\\archetypes\\target\\checkout\\gwtp-basic\\target/gwtp-basic-archetype-1.5.3</webappDirectory>
I'm on Mac ;-)
This occurs with the latest release version 1.5.3. With the 1.5.1 version is working.
Mickael
The text was updated successfully, but these errors were encountered: