Tagged Questions
3
votes
5answers
728 views
Creating a self-contained source release with Maven
Up until now we used Ant in my company. Whenever we wanted to send the application to the client we run a special Ant script that packaged all our source code with all jar libraries and Ant itself ...