forked from cismet/beanmill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
256 lines (245 loc) · 10 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cismet</groupId>
<artifactId>cismet-parent</artifactId>
<version>2.0</version>
</parent>
<groupId>de.cismet</groupId>
<artifactId>beanmill</artifactId>
<version>2.7-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>Beanmill Logging Viewer (Log4J, JSR47)</name>
<description>A logging viewer with a tight integration into Netbeans.</description>
<licenses>
<license>
<name>GNU General Public License</name>
<distribution>repo</distribution>
<url>http://www.gnu.org/licenses/gpl.html</url>
</license>
</licenses>
<developers>
<developer>
<id>thell</id>
<name>Thorsten Hell</name>
<email>[email protected]</email>
<organization>cismet GmbH</organization>
</developer>
<developer>
<id>mscholl</id>
<name>Martin Scholl</name>
<email>[email protected]</email>
<organization>cismet GmbH</organization>
</developer>
</developers>
<prerequisites>
<maven>3</maven>
</prerequisites>
<scm>
<connection>scm:https://github.com/cismet/beanmill.git</connection>
<developerConnection>scm:git:[email protected]:cismet/beanmill.git</developerConnection>
<url>https://github.com/cismet/beanmill</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/cismet/beanmill/issues/</url>
</issueManagement>
<properties>
<!-- to be compatible with ABF -->
<netbeans.version>RELEASE691</netbeans.version>
</properties>
<dependencies>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-lookup</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-modules</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-windows</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-filesystems</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-java-classpath</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-loaders</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-editor</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-options-api</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-awt</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-nodes</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-text</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
</dependency>
<dependency>
<groupId>com.traxel.lumbermill</groupId>
<artifactId>lumbermill-color</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>de.cismet.commons</groupId>
<artifactId>cismet-commons</artifactId>
<version>2.0-rc3</version>
<!-- not explicitely needed and messes up the xml11 config of netbeans -->
<exclusions>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swing-layout</artifactId>
<version>1.0.3</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>cismet-repo</id>
<url>https://repo.cismet.de/repo</url>
<releases>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
<updatePolicy>daily</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
<updatePolicy>interval:60</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>cismet-repo</id>
<url>https://repo.cismet.de/repo</url>
<releases>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
<updatePolicy>daily</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
<updatePolicy>interval:60</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.4</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<version>3.9</version>
<extensions>true</extensions>
<configuration>
<moduleType>normal</moduleType>
<codeNameBase>de.cismet.beanmill/1</codeNameBase>
<licenseName>GPL</licenseName>
<licenseFile>${basedir}/src/main/license/gpl-3.0.txt</licenseFile>
<homePageUrl>http://github.com/cismet/beanmill</homePageUrl>
<keystore>${de.cismet.keystore.path}</keystore>
<keystorealias>cismet</keystorealias>
<keystorepassword>${de.cismet.keystore.pass}</keystorepassword>
<!--
Hmm, http://mojo.codehaus.org/nbm-maven/nbm-maven-plugin/index.html states that packages are
private by default and that you have to explicitely declare public packages while
http://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#public-packages
says that everything is public by default if not declared otherwise. Thus we explicitely create
two entries for the public packages which are empty, this one and the one in the manifest.
-->
<publicPackages>
</publicPackages>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<!-- to have the jar plugin pickup the nbm generated manifest -->
<useDefaultManifestFile>true</useDefaultManifestFile>
</configuration>
</plugin>
<!-- NOTE: remember to set up updatecenter-upload server entry in settings -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
<version>1.0-beta-4</version>
<configuration>
<serverId>updatecenter-upload</serverId>
<url>scp://boxy.cismet.de</url>
<fromDir>${basedir}/target/netbeans_site</fromDir>
<toDir>home/vhost/home/vhost_cismet/htdocs/www.cismet.de/updatecenters/beanmill</toDir>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<configuration>
<preparationGoals>clean install</preparationGoals>
<goals>deploy nbm:autoupdate wagon:upload</goals>
<!-- jalopy format is not favourable for release builds -->
<arguments>-Djalopy.skip=true</arguments>
</configuration>
</plugin>
</plugins>
</build>
</project>