| Sign In/My Account | View Cart |
O'Reilly Book Excerpts: Maven: A Developer's Notebook
Building projects with Maven and pulling down all of your needed JARs is so convenient, you might forget that the real goal of Maven is to manage projects, in accordance with widely held best principles. And to manage a project effectively, you have to be able to know what's going on.
This excerpt from Maven: A Developer's Notebook is the first in a two-part series on Maven's reporting and publishing tools. In this excerpt, you'll learn how to use the reports for mailing lists, project members, issue tracking, and dependencies. You'll also see the reports generated for test results and code checking. Finally, you'll learn how to aggregate all of these into a single project quality dashboard.
As with all books in the Developer's Notebook series, you'll get the information in a straightforward, factual style, with the details you need to get the job done. In other words: "All lab, no lecture."
Check back next week for part two, which looks at tracking project changes and releases, reporting releases, and publishing your project website.
Download Part 1 of Chapter 4 from Maven: A Developer's Notebook (PDF, 590 KB).
|
Related Reading Maven: A Developer's Notebook |
View catalog information for Maven: A Developer's Notebook
Return to ONJava.com.
Showing messages 1 through 5 of 5.
I getting the problem in using the repository:copy-jar
the goal that I run is:
maven -DgroupId=activation -Dtype=jar -Dartifact=${maven.repo.home}\activation\activation-1.0.jar repository:copy-jar
error that I got
Execute failed: java.io.IOException: CreateProcess: ssh -l USERNAME_NOT_SET "mkdir -p /activation/jars/; chmod g+ws /activation/jars/; chgrp maven /activation/jars/" error=2
build.properties file :
maven.repo.remote=http://mkeux353:8080/OEMaven/repository, http://www.ibiblio.org/maven
maven.repo.list= OeIfpRepository
maven.repo.OeIfpRepository=*****
maven.repo.OeIfpRepository.username=******
maven.repo.OeIfpRepository.password=*******
maven.repo.OeIfpRepository.directory=/users/maven
---------------
the user name and pass and repository url is correct. because I run artifact:deploy goal successfully. please tell me what is the wrong and we have to specify any more properties in build.properties file.
could you please solve the probem.
thanks and regards,
ravikumar.maddi