[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to apply maven build system



Andreas Tille <andreas@an3as.eu> writes:

> I'm actually not very keen on really using maven as long as I can get
> the package working at all - but I actually have no real clue what
> command line would trigger the build process (and upstream) seems to be
> dead.  So in principle the most simple help would be a command line
> which builds the JAR.

Would something as simple as:

    jar cf <project>.jar *.class

after compiling all the *.java files with javac be workable in this case?
Maven will of course work but it may introduce a fair bit of complexity.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: