File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
7979 </lifecycleMappingMetadata >
8080 </configuration >
8181 </plugin >
82- <!--
8382 <plugin >
8483 <groupId >org.apache.felix</groupId >
8584 <artifactId >maven-bundle-plugin</artifactId >
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 >
You can’t perform that action at this time.
0 commit comments