Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/archetype/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| See the License for the specific language governing permissions and
| limitations under the License.
-->
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") )
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") || $aemVersion.matches("6\.6\.\d+"))
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#set( $startbrace = "{" )
#set( $endbrace = "}" )
#set( $isSpaProject = $frontendModule == "angular" || $frontendModule == "react" || $frontendModule == "decoupled" )
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") )
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") || $aemVersion.matches("6\.6\.\d+"))

<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/archetype/ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| See the License for the specific language governing permissions and
| limitations under the License.
-->
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") )
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") || $aemVersion.matches("6\.6\.\d+"))
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion src/main/archetype/ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| See the License for the specific language governing permissions and
| limitations under the License.
-->
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") )
#set( $includeClassifierOnUberJar = $aemVersion.matches("6\.5\.[0-5]") || $aemVersion.matches("6\.6\.\d+"))
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down
27 changes: 27 additions & 0 deletions src/test/resources/projects/basic-6.6.0/archetype.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
groupId=archetype.it
artifactId=testing-basic
appId=testing-basic
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test Basic Project
aemVersion=6.6.0
sdkVersion=latest
language=en
country=us
singleCountry=n
frontendModule=none
includeExamples=y
includeErrorHandler=y
includeDispatcherConfig=y
includeCif=n
commerceEndpoint=https://hostname.com/grapql
includeForms=n
includeFormsenrollment=n
includeFormscommunications=n
sdkFormsVersion=latest
datalayer=y
amp=y
enableDynamicMedia=y
enableSSR=n
precompiledScripts=n
includeFormsheadless=n
1 change: 1 addition & 0 deletions src/test/resources/projects/basic-6.6.0/goal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install