Skip to content

Commit fec1dd6

Browse files
committed
use maven classifier to indicate neo4j version
1 parent d9e398b commit fec1dd6

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

pom.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.neo4j.rdkit</groupId>
88
<artifactId>rdkit-index</artifactId>
9-
<version>3.5-1.0.0</version>
9+
<version>1.0.0</version>
1010
<name>RDKit-Neo4j plugin</name>
1111
<packaging>jar</packaging>
1212

@@ -148,8 +148,12 @@
148148
<artifactId>maven-surefire-report-plugin</artifactId>
149149
<version>3.0.0-M4</version>
150150
</plugin>
151-
152-
<!-- todo: add building jar and running tests as a phase execution -->
151+
<plugin>
152+
<artifactId>maven-jar-plugin</artifactId>
153+
<configuration>
154+
<classifier>3.5</classifier>
155+
</configuration>
156+
</plugin>
153157
<plugin>
154158
<groupId>org.apache.maven.plugins</groupId>
155159
<artifactId>maven-shade-plugin</artifactId>
@@ -160,14 +164,6 @@
160164
<goals>
161165
<goal>shade</goal>
162166
</goals>
163-
<configuration>
164-
<artifactSet>
165-
<excludes>
166-
<!--<exclude>org.slf4j:*</exclude>-->
167-
<exclude>org.projectlombok:lombok</exclude>
168-
</excludes>
169-
</artifactSet>
170-
</configuration>
171167
</execution>
172168
</executions>
173169
</plugin>

0 commit comments

Comments
 (0)