Browse Source

polish

tags/V1_9_5
Andy Clement 4 years ago
parent
commit
8c0ba7e6a6
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      docs/pom.xml
  2. 1
    0
      pom.xml

+ 1
- 1
docs/pom.xml View File

<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<version>1.4</version>
<version>1.7</version>
<executions> <executions>
<execution> <execution>
<phase>process-resources</phase> <phase>process-resources</phase>

+ 1
- 0
pom.xml View File

<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<configuration> <configuration>
<archive> <archive>
<addMavenDescriptor>false</addMavenDescriptor> <addMavenDescriptor>false</addMavenDescriptor>

Loading…
Cancel
Save