maven将jar包和源码一起打包到本地仓库

阅读更多
http://stackoverflow.com/questions/4031987/how-to-upload-sources-to-local-maven-repository



  ...
  
    
      
        org.apache.maven.plugins
        maven-source-plugin
        2.1.2
        
          
            attach-sources
            verify
            
              jar-no-fork
            
          
        
      
    
  
  ...


mvn clean source:jar install

你可能感兴趣的:(maven)