Apache Maven PDF Plugin. The pdf plugin is coupled with the Maven Site plugin to generate both site. An example is given below. Maven by Example now available as an ePub. Maven by Example now available as an ePub. Download Maven by Example today and start learning about Maven. The epub version of this book has been deprecated, since current mobile devices all display pdf formats easily and the epub version had very limited users, while requiring a lot of.
Maven by Example
Maven by Example viii Preface Maven is a build tool, a project management tool, an abstract container for running build tasks. It is a tool that has shown itself indispensable for projects that graduate beyond the simple and need to start. When you download Maven, you are getting the core of Maven, which consists of a very basic shell that knows only how to parse the command line, manage a classpath, parse a POM file, and download Maven plugins as needed. We've received a steady stream of requests to release 'Maven by Example' and 'Maven: The Complete Reference' in the ePub format. Today, we're announcing the availability of Maven by Example as an ePub. Download Maven by Example today and start learning about Maven. When you download Maven, you are getting the core of Maven, which consists of a very basic shell that knows only how to parse the command line, manage a classpath, parse a POM file, and download Maven plugins as needed. Maven: The Complete Reference iii 2.3.1 Installing Maven on Linux, BSD or Mac OSX...................12 2.3.2 Installing Maven on Microsoft Windows.
About the Book
An introduction to Apache Maven as formerly published as part of thebook Maven: The Definitive Guide.
The book is available in HTML and PDF format at http://www.sonatype.com/resources/books/maven-by-example.
About this Project
This is the source code and build setup for the book. The content iswritten in asciidoc format. To edit asciidoc, use Emacs, vi, TextMate,or whatever other text editor you prefer. You can even just previewthe files right in GitHub and edit them on the web interface directly.
book-mvnex.asciidoc
which in turn includes a whole bunch of files named
These are all you should have to edit in terms of text content.
Additional documentation for authors and contributors to this book can be foundin the doc/
subdirectory of the project.
Figures and screenshots?
The rest is taken care of by the build.
Anything else?
You’ll see a lot of distracting files in that figs/orig
directory. For now,you should just ignore them. Actually, in general, you’ll notice anumber of distracting files in this project. Really, just ignorethem or contact us directly if you need something.
How to build the book
I knew you’d ask that, and here’s the simple answer:
Install asciidoc
Install dblatex and the docbook xsl style sheets
Install python
Run
./build.sh
Build is known to work on Mac OS X and Ubuntu. If you use somethingelse you might or might not end up in trouble.
Issues, Contributions, and More
This book is CC licensed (CC BY-NC-ND 3.0 US) and we welcome your contributions.Please file issues and send pull requests on the GitHub project.
Maven In Action Pdf
For further questions please contact us at book@sonatype.com.
Maven By Example Pdf
Sonatype Team