Andreas Hartmann wrote:
> Hi Sling devs,
> 
> according to the website the following command has to be used to start
> the launchpad:
> 
>   java -jar
> target/org.apache.sling.launchpad.app-2.0.0-incubator-SNAPSHOT.jar -c
> sling -f -
> 
> Since it includes the version number, one has to change the command to
> fit the current version, or you'd have to update the website continuously.
> 
> Would it make sense to provide version-independent commands, e.g.
> sling.sh and sling.bat? Or maybe it's possible to use Maven for this
> purpose (I'm not familiar yet with the Maven capabilities)?
> 
We could use the finalName configuration (for the app and the webapp),
this ensures that the artifact in the target dir has always the same
name - this doesn't affect the name in the repo.

WDYT?
Carsten

-- 
Carsten Ziegeler
[email protected]

Reply via email to