"[EMAIL PROTECTED]" wrote : How are you guys naming your modules?
  | 
Dividing code into 3 pieces:
 - contract; jboss-xyz-spi
 - user usage; jboss-xyz-api
 - impl detail; jbos-xyz-plugins

Not every sub-project has api, but we have spi and plugins for all.
We're also letting maven know about the split, hence making it possible for
super advanced users to change impl on top of spi. :-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182999#4182999

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182999
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to