jessentials-parent 
            
                            A parent POM for this library collection, which helps to standardize 
		the plugins, libraries, and build settings used in the various modules.
            
            
                        
    
                
            License 
            
                License 
                                    
                             
         
        
    
    
        GroupId 
        GroupId com.justdavis.karl.jessentials 
     
    
        ArtifactId 
        ArtifactId jessentials-parent 
     
            
            Last Version 
            Last Version 6.0.0 
         
        
            Release Date 
            Release Date 
                Jan 27, 2018 
             
         
            
        Type 
        Type pom 
     
    
        Description 
        
            Description 
            jessentials-parent 
            A parent POM for this library collection, which helps to standardize 
		the plugins, libraries, and build settings used in the various modules.
         
     
                    
                Project URL 
                
                    Project URL 
                    https://github.com/karlmdavis/jessentials 
                 
             
        
                    
                Project Organization 
                
                    Project Organization 
                                                Karl M. Davis                        
                 
             
        
                    
                Source Code Management 
                
                    Source Code Management 
                    https://github.com/karlmdavis/jessentials 
                 
             
        
         
    Download jessentials-parent 
    
 
                        How to add to project 
                
    
Dependencies 
There are no dependencies for this project. It is a standalone project that does not depend on any other jars.
Project Modules 
There are no modules declared in this project.
            
                            
                        jessentials  
A set of basic "why doesn't this already exist?" utility/library code for Java projects.
 
Performing a Release  
The maven-release-plugin  is used to perform releases of this project's modules, deploying the build results to Maven Central  (by way of OSSRH ).
 
The modules in this project are intended to be release separately/independently: a release of jessentials-parent shouldn't automatically release jessentials-misc, for example. To ensure this, only run releases from the module subdirectories, like this:
 
$ cd jessentials.git $ cd jessentials-parent $ mvn release:prepare release:perform