Changeset 31213 for other-projects


Ignore:
Timestamp:
2016-12-12T17:08:06+13:00 (7 years ago)
Author:
davidb
Message:

Tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/pom.xml

    r31212 r31213  
    109109       </execution>
    110110     </executions>
    111 
    112 <!--
    113      <executions>
    114        <execution>
    115          <phase>package</phase>
    116          <goals>
    117            <goal>shade</goal>
    118          </goals>
    119          <configuration>
    120            <filters>
    121          <filter>
    122            <artifact>*:*</artifact>
    123            <excludes>
    124              <exclude>META-INF/*.SF</exclude>
    125              <exclude>META-INF/*.DSA</exclude>
    126              <exclude>META-INF/*.RSA</exclude>
    127            </excludes>
    128          </filter>
    129            </filters>
    130            <artifactSet>
    131          <excludes>
    132            <exclude>org.datanucleus</exclude>
    133          </excludes>
    134            </artifactSet>
    135            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
    136            <transformers>
    137          <transformer
    138              implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
    139              />
    140            </transformers>
    141          </configuration>
    142        </execution>
    143      </executions>
    144 -->
    145111       </plugin>
    146 
    147 
    148 <!--       
    149        <plugin>
    150      <groupId>org.apache.maven.plugins</groupId>
    151      <artifactId>maven-assembly-plugin</artifactId>
    152      <configuration>
    153        <archive>
    154          <manifest>
    155                <mainClass>org.hathitrust.extractedfeatures.ProcessForSolrIngest</mainClass>
    156          </manifest>
    157        </archive>
    158        <filters>
    159          <filter>
    160            <artifact>*:*</artifact>
    161            <excludes>
    162          <exclude>META-INF/*.SF</exclude>
    163          <exclude>META-INF/*.DSA</exclude>
    164          <exclude>META-INF/*.RSA</exclude>
    165            </excludes>
    166          </filter>
    167        </filters>
    168        <finalName>uber-${project.artifactId}-${project.version}</finalName>
    169      </configuration>
    170        </plugin>
    171 -->
    172112     </plugins>
    173113   </build>
Note: See TracChangeset for help on using the changeset viewer.