opencoweb / coweb

Open Cooperative Web Framework
Other
232 stars 29 forks source link

OCW maven archetype missing json config #221

Closed ccotter closed 11 years ago

ccotter commented 11 years ago

See description.

ccotter commented 11 years ago

It looks like the json config is included in the latest 0.8.3.1 coweb-archetype, but running

mvn archetype:generate \
   -DarchetypeGroupId=org.opencoweb \
   -DarchetypeArtifactId=coweb-archetype

fetches an old version 0.8.3 that does not have the json config. I have to specify -DarchetypeVersion=0.8.3.1 to get the latest package for some reason.

ccotter commented 11 years ago

In any event, the json config is not correctly formatted even in the latest version.