Label: maven

Content with label maven in Bartolomeo Sorrentino (See content from all spaces)
Related Labels: commonmark, versions, documentation, repository, markdown, annotation, debug, memory, performance, alm, encoding, pr, image, plugin, java6, housekeeping, issue110, confluence, issue_111, more »

MAVEN EXPERIENCE
Table Of Contents Run a single Maven plugin execution From maven 3.3.1 it is possible direct exec a from CLI a single plugin execution. It is enough add {{@<execution id>}} to the goal name where {{<execution id>}} must be configured in your ...
MAVEN EXPERIENCE - Maven and integration test
Table Of Contents Integration and Functional Testing using profile In this article we show an example bout how to separate classic unit tests from integration unit test using only maven surefire plugin http://maven.apache.org/surefire ...
Other labels: dependencies, housekeeping
MAVEN EXPERIENCE - Maven dependencies housekeeping
Dependencies Housekeeping PROBLEM: After a long use of maven, usually the local dependencies' repository growth risks to go out of control. SOLUTION: There are some plugins that help us to do housekeeping on local dependencies' repository. Below a script (for unix system ...
Other labels: dependencies, housekeeping
MAVEN EXPERIENCE - Maven - Use local jars as dependencies
Introduction Sometime we have a bunch of local jars (e.g. coming out from legacy project) that we want to reuse as dependency in our maven project allowing to share them between developer team. To do this we can choose ...
Other labels: dependencies, housekeeping
MAVEN EXPERIENCE - Understanding Version Numbers
Table Of Content Understanding Maven Version Numbers In a Maven environment, it is very important to understand the use of version numbers. A well thought out strategy can greatly simplify your dependency management workload. This chapter presents important concepts about ...
Other labels: versions
maven-processor-plugin 2.0.2 is now available from MAVEN CENTRAL REPO
Summary The release 2.0.2 of my plugin, useful to process java6 compile time annotations, is now available from MAVEN CENTRAL REPO http://repo2.maven.org/maven2 Home Page ...>> http://code.google.com/p/mavenannotationplugin
Other labels: plugin, java6, annotation, compilation
Publish artifact to central maven repo
Summary Using maven as ALM tools we need to share our OS artifact(s) with other. To achieve this we could submit a request to SONATYPE to have space on their public central repo https://oss.sonatype.org/. The instructions about the "SONATYPE publish workflow ...
Other labels: repository, sonatype
Using the Google Eclipse Plugin and Maven
Summary Usually, who uses maven, ... loves it because this simple & powerful tool enforces an ALM standardization across different IDE, making easier shares codes & dependencies etc ... The problem for developer is to find out a good integration between ...
Other labels: gwt, eclipse