minor
minor
enhancement
To make TopLogic easy to use and try out, the application template should be available from the standard "Maven Central" repository. This is the only way to set up an application without having to adjust your own Maven settings first.
Test
- Create and start the application in a new (empty) user account without having adjusted any Maven settings or having any artifacts in the local repository.
mvn -P tl archetype:generate \ -DarchetypeGroupId=com.top-logic \ -DarchetypeArtifactId=tl-archetype-app \ -DarchetypeVersion=7.5.2