File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >simple-jndi</artifactId >
7
7
<name >simple-jndi</name >
8
- <version >0.11.4.1</version >
8
+ <version >0.11.4-SNAPSHOT</version >
9
+ <packaging >bundle</packaging >
9
10
<organization >
10
11
<name >OSJava</name >
11
12
</organization >
124
125
<target >1.5</target >
125
126
</configuration >
126
127
</plugin >
128
+ <plugin >
129
+ <groupId >org.apache.felix</groupId >
130
+ <artifactId >maven-bundle-plugin</artifactId >
131
+ <version >1.4.0</version >
132
+ <extensions >true</extensions >
133
+ <configuration >
134
+ <instructions >
135
+ <Export-Package >org.osjava.sj.*</Export-Package >
136
+ <Bundle-SymbolicName >org.osjava.sj</Bundle-SymbolicName >
137
+ </instructions >
138
+ </configuration >
139
+ </plugin >
127
140
</plugins >
128
141
129
142
</build >
130
143
131
- <!-- NOT USED FOR SITE YET; USE MAVEN 1 -->
132
- <reports >
133
- <report >maven-jxr-plugin</report >
134
- <report >maven-javadoc-plugin</report >
135
- <report >maven-license-plugin</report >
136
- <report >maven-changes-plugin</report >
137
- </reports >
138
-
139
-
140
144
</project >
141
145
You can’t perform that action at this time.
0 commit comments