Sha256: d0e06757dc5068baa068a3b5609be82e1bcbd40525bdc3d1a515846db4aaff1c

Contents?: true

Size: 470 Bytes

Versions: 19

Compression:

Stored size: 470 Bytes

Contents

jar 'asd:asd:123' do
  scope 'test'
  classifier 'source'
  exclusions 'group:a1', ['group','a2'] do
    exclusion 'group', 'a3'
    exclusion :artifact_id => 'a4', :group_id => 'group'
    exclusion 'group:a5'
    exclusion 'group' do
      artifact_id 'a6'
    end
    exclusion do
      group_id 'group'
      artifact_id 'a7'
    end
  end
end
jar 'dsa:dsa', '12', :exclusions => ['group:b1', ['group','b2']], :classifier => 'provided' do
  exclusion 'group:b3'
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
maven-tools-1.2.1 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.2.0 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.2.0.pre1 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.7 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.6 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.4 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.3 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.2 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.1 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.1.0 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.13 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.12 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.11 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.10 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.9 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.8 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.7 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.6 spec/pom_from_jarfile_with_exclusions/Jarfile
maven-tools-1.0.5 spec/pom_from_jarfile_with_exclusions/Jarfile