All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ifact-location-plugin.1.0.source-code.README Maven / Gradle / Ivy

The newest version!
About
=======

This Maven plugin finds artifacts' "physical" locations based on their groupId and artifactId.

Usage
=======

Let's say you have a project that depends on an artifact with coordinates org.group:dependency and you want to expose the location of the artifact (in your local repository) to another plugin.
By adding the plugin configuration below, you will expose the location of the artifact (YOUR_MAVEN_REPO/org/group/dependency/VERSION/dependency-VERSION.jar) as ${dependencyLocation} 
to all plugin executions in subsequent phases.


  com.vecna
  artifact-location-plugin
  0.0.2
  
    
      default-compile
      generate-sources
      
        execute
      
      
        
          
            org.group:dependency
            dependencyLocation
          
        
      
    
  


Note that multiple artifacts can be specified and mapped to different project properties.

Credits
=======

Originally developed by Vecna Technologies, Inc. and open sourced as part of its community service program. See the LICENSE file for more details.
Vecna Technologies encourages employees to give 10% of their paid working time to community service projects. 
To learn more about Vecna Technologies, its products and community service programs, please visit http://www.vecna.com.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy