This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +59
-80
lines changed
org.eclipse.sisu.plexus.extender Expand file tree Collapse file tree 7 files changed +59
-80
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ Bundle-Name: Sisu-Plexus Extender (Incubation)
2
+ Bundle-SymbolicName: org.eclipse.sisu.plexus.extender;singleton:=true
3
+ Fragment-Host: org.eclipse.sisu.inject.extender
Original file line number Diff line number Diff line change 35
35
</resource >
36
36
</resources >
37
37
<plugins >
38
+ <plugin >
39
+ <groupId >biz.aQute.bnd</groupId >
40
+ <artifactId >bnd-maven-plugin</artifactId >
41
+ </plugin >
38
42
<plugin >
39
43
<groupId >org.apache.maven.plugins</groupId >
40
44
<artifactId >maven-jar-plugin</artifactId >
41
45
<executions >
42
- <execution >
43
- <id >default-jar</id >
44
- <configuration >
45
- <archive >
46
- <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
47
- </archive >
48
- </configuration >
49
- </execution >
50
46
<execution >
51
47
<id >empty-javadoc</id >
52
48
<phase >package</phase >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ Bundle-Name: Sisu-Plexus (Incubation)
2
+ Bundle-SymbolicName: org.eclipse.sisu.plexus;singleton:=true
3
+ Main-Class: org.eclipse.sisu.launch.Main
4
+ Export-Package: !org.codehaus.plexus.(classworlds|util).*,\
5
+ org.eclipse.sisu.plexus.*,\
6
+ org.codehaus.plexus.*
7
+ Import-Package: javax.inject,\
8
+ org.eclipse.sisu.*,\
9
+ com.google.inject;version="1.3",\
10
+ com.google.inject.binder;version="1.3",\
11
+ com.google.inject.matcher;version="1.3",\
12
+ com.google.inject.name;version="1.3",\
13
+ com.google.inject.spi;version="1.3",\
14
+ com.google.inject.util;version="1.3",\
15
+ org.osgi.framework;version="1.5",\
16
+ org.codehaus.classworlds,\
17
+ org.codehaus.plexus.classworlds.*,\
18
+ org.codehaus.plexus.util.*,\
19
+ *;resolution:=optional;version="!"
Original file line number Diff line number Diff line change 121
121
</resources >
122
122
<plugins >
123
123
<plugin >
124
- <groupId >org.apache.maven.plugins</groupId >
125
- <artifactId >maven-jar-plugin</artifactId >
126
- <configuration >
127
- <archive >
128
- <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
129
- </archive >
130
- </configuration >
124
+ <groupId >biz.aQute.bnd</groupId >
125
+ <artifactId >bnd-maven-plugin</artifactId >
131
126
</plugin >
132
127
<plugin >
133
128
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 142
142
</dependency >
143
143
</dependencies >
144
144
</plugin >
145
+ <plugin >
146
+ <groupId >biz.aQute.bnd</groupId >
147
+ <artifactId >bnd-maven-plugin</artifactId >
148
+ <version >6.4.0</version >
149
+ <configuration >
150
+ <bnd ><![CDATA[
151
+ Bundle-Copyright: Copyright (c) 2010-present Sonatype, Inc. and others
152
+ Bundle-DocURL: http://www.eclipse.org/sisu/
153
+ -noextraheaders: true
154
+ -snapshot: SNAPSHOT
155
+ ]]> </bnd >
156
+ </configuration >
157
+ <executions >
158
+ <execution >
159
+ <id >bnd-process</id >
160
+ <goals >
161
+ <goal >bnd-process</goal >
162
+ </goals >
163
+ </execution >
164
+ </executions >
165
+ </plugin >
145
166
<plugin >
146
167
<groupId >org.apache.maven.plugins</groupId >
147
168
<artifactId >maven-jar-plugin</artifactId >
148
169
<version >3.3.0</version >
170
+ <executions >
171
+ <execution >
172
+ <id >default-jar</id >
173
+ <configuration >
174
+ <archive >
175
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
176
+ </archive >
177
+ </configuration >
178
+ </execution >
179
+ </executions >
149
180
</plugin >
150
181
<plugin >
151
182
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments