SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

Start using Apache Maven #38

Open Bobnix opened 9 years ago

Bobnix commented 9 years ago

I haven't seen any instructions on how this project is built but judging by the lack of either a pom.xml or a build.xml file, I would hazard that it is done by hand. This process can be enhanced by using a system like Apache Maven. This would make cutting a new release simple and repeatable.

ceiroa commented 9 years ago

I'm a big fan of Maven as well, for Java projects. +1

ImJohnMDaniel commented 9 years ago

+1 on using Maven!!

Bobnix commented 9 years ago

Wow, I am use to using maven on large web apps, getting it to work here was almost trivial.