Hi all, @Greg: >Maybe I'm not familiar enough with Maven, but I don't understand why you couldn't put a self-contained Maven project in a dedicated subdirectory of examples. Ok, of course it's a good idea, as soon as possible I'll add even this under examples as you suggested.
But the question here is on providing a Simple Quickstart artifact for Pivot Applications, look at it as a Template project where you download the (parametric) template from the Maven Repository and it generates a minimal but full-working project, with all dependencies, etc ... useful to anyone is working with Maven and want a quick start for a Pivot Application. So I don't think it it's a good place for it under examples (but I'm not against it) ... all here. >in a dedicated subdirectory of examples. this is not good because in a archetype all classes for example have inside the source a package like this: package $package; so having those sources under the src folder of examples would give compilation errors of examples subproject, but if for you is Ok, I could have the folder containing this stuff outside src (at the same level), like src-archetype or similar. > >Regarding the central repo - are you referring to this? >https://repository.apache.org/index.html Yes, in this way maven users will be able to get it in a centralized/mirrored way, like all other Pivot jars. And on the publish, I don't remember if last time (for Pivot 2.0) they have been submitted to the central maven repository by you or by Todd ... @Martijn: thank you very much, I was searching that info :-) ... Bye, Sandro -- View this message in context: http://apache-pivot-developers.417237.n3.nabble.com/PIVOT-397-tp2931279p2931577.html Sent from the Apache Pivot - Developers mailing list archive at Nabble.com.
