Skip to content

Commit 2e2f312

Browse files
committed
Manifest file generated automatically
1 parent c37a688 commit 2e2f312

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5+
<packaging>bundle</packaging>
56
<repositories>
67
<repository>
78
<id>jitpack.io</id>
@@ -19,7 +20,6 @@
1920
<groupId>org.lemsml.exprparser</groupId>
2021
<artifactId>org.lemsml.exprparser</artifactId>
2122
<version>0.0.4</version>
22-
<packaging>jar</packaging>
2323
<dependencies>
2424
<dependency>
2525
<groupId>org.antlr</groupId>
@@ -79,7 +79,6 @@
7979
</lifecycleMappingMetadata>
8080
</configuration>
8181
</plugin>
82-
<!--
8382
<plugin>
8483
<groupId>org.apache.felix</groupId>
8584
<artifactId>maven-bundle-plugin</artifactId>
@@ -95,10 +94,10 @@
9594
<Bundle-Name>${project.artifactId}-${project.version}</Bundle-Name>
9695
<Bundle-SymbolicName>${project.artifactId}-${project.version}</Bundle-SymbolicName>
9796
<Bundle-Version>0</Bundle-Version>
98-
97+
9998
</instructions>
10099
</configuration>
101-
</plugin>-->
100+
</plugin>
102101
<plugin>
103102
<groupId>org.apache.maven.plugins</groupId>
104103
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)