Preparing a web design project for v8.3 - tooltwist/documentation GitHub Wiki
In your webdesign project define the required extension projects.
It's essential that the names used for the extension projects are the same names used in Artifactory.
Once you've made the changes, commit and push them to Github.
TIP: Sometimes it's easier to ignore this step, and then make these changes in the next step once you get an error in the standalone Designer.
<project>
<includeProject>tooltwist</includeProject>
<includeProject>ttStd</includeProject>
<includeProject>ttWbd</includeProject>
<includeProject>pundit</includeProject>
<includeProject>bootstrap-tooltwist</includeProject>
</project>
{
"tooltwist": "com.tooltwist:tooltwist:8.3.3-SNAPSHOT",
"ttWbd": "com.tooltwist:ttWbd:8.3.3-SNAPSHOT",
"ttStd": {
"type": "extension",
"location": "repo",
"group": "com.tooltwist",
"name": "ttStd",
"version": "8.3.3-SNAPSHOT"
},
"pundit": "com.tooltwist:pundit:1.0.0-SNAPSHOT",
"bootstrap-tooltwist": "com.tooltwist:bootstrap-tooltwist:1.0.0-SNAPSHOT"
}
Notice that there is a long and a short form. Either can be used.