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

ideaplugin.idea-ipr.vm Maven / Gradle / Ivy

The newest version!



  
#foreach($project in $warProjects)
    
      $project.build.directory/${project.artifactId}-${project.version}
      
        
        
          
            
#if(!$assembleModulesIntoJars)
#foreach($artifact in $context.getDependencies($project))
#if($context.isReactorArtifact($artifact))
            
#end
#end
#end
          
          
#foreach($artifact in $context.getDependencies($project))
#if($context.isReactorArtifact($artifact))
#if($assembleModulesIntoJars)
            
              
            
#end
#else
#if($context.isWebFriendlyScope($artifact))
            
#end
#end
#end
#if($gaeHome)
            
            
#end
          
        
      
    
#end
  
  
    
  
    
  
#if($issueNavigationExist)
  
    
  
#end
  
    
  
  
    
#foreach($reactorPath in $context.reactorPaths)
      
#end
    
  
  
  
#foreach($entry in $context.vcsMapping.entrySet())
    
#end
  
  
#foreach($artifact in $context.allDependencies)
#if(!$context.isReactorArtifact($artifact))
    
      
        
      
      
        
      
      
        
      
    
#end
#end
#if($gaeHome)
    
      
#foreach($jar in $context.gaeApiJars)
        
#end
      
      
      
    
    
      
#foreach($jar in $context.gaeOrmJars)
        
#end
      
      
      
#foreach($srcLib in $context.gaeSourceLibs)
        
#end
      
      
    
#end
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy