The archetype command for each version is in the file *apex-app-archetype/README.md* file of the appropriate branch. Here is the script I currently use:
*#!/bin/bash* *#v='3.4.0'* *v='3.5.0-SNAPSHOT'* *mvn archetype:generate -B \* * -DarchetypeGroupId=org.apache.apex \* * -DarchetypeArtifactId=apex-app-archetype \* * -DarchetypeVersion="$v" \* * -DgroupId=com.example \* * -Dpackage=com.example.myapexapp \* * -DartifactId=myapexapp \* * -Dversion=1.0-SNAPSHOT* Ram On Tue, Jun 7, 2016 at 1:20 PM, Timothy Farkas <[email protected] > wrote: > Ah Thanks Ram. I did a quick google for the archetype, and this came up > > https://github.com/apache/apex-core/tree/master/apex-conf-archetype > > I then blindly copied the command, which is for config packages. Silly me > :). Do you have a link to the correct apa archetype command for future > reference? > > Thanks, > Tim > > On Tue, Jun 7, 2016 at 1:15 PM, Munagala Ramanath <[email protected]> > wrote: > > > Tim, > > > > Are you building a config package by any chance, since that builds an > *apc* > > file. > > Can you post the exact archetype command you ran ? > > > > I just ran the archetype command for 3.4.0 and 3.5.0-SNAPSHOT and it > built > > an *apa* just as it always does. > > > > Ram > > > > On Tue, Jun 7, 2016 at 12:44 PM, Timothy Farkas < > > [email protected]> wrote: > > > > > Hi All, > > > > > > I noticed that the new project template generates a apc, doesn't seem > to > > > launch in the sandbox I just downloaded. Can I get some hints about > what > > > version works with what, and what the differences between an apc and > the > > > old apa are? > > > > > > Thanks! > > > Tim > > > > > >
