gbif/dwca-io

Misc. in pom.xml

jmvanel opened this issue · 0 comments

Main class ArchiveScanner mentioned in pom.xml does not exist.

It would be convenient to have this after plugin / configuration , to generate target/dwca-io-2.9-SNAPSHOT-jar-with-dependencies.jar upon mvn package

        <executions>
          <execution>
            <id>make-assembly</id> <!-- this is used for inheritance merges -->
            <phase>package</phase> <!-- bind to the packaging phase -->
            <goals>
              <goal>single</goal>
            </goals>
          </execution>
        </executions>