Skip to content

Commit

Permalink
Updated plugin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Aug 7, 2023
1 parent 74e9a02 commit e46fd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions distr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<version>3.6.0</version>
<groupId>org.apache.maven.plugins</groupId>
<configuration>
<finalName>biopax-validator-${project.version}</finalName>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
Expand Down Expand Up @@ -92,7 +91,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.4.9</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,14 +315,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -331,14 +323,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<id>attach-descriptor</id>
<goals>
<goal>attach-descriptor</goal>
</goals>
</execution>
</executions>
<configuration>
<skipDeploy>true</skipDeploy>
</configuration>
Expand Down Expand Up @@ -397,7 +381,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e46fd24

Please sign in to comment.