|
10 | 10 |
|
11 | 11 | <artifactId>jfreechart</artifactId> |
12 | 12 | <groupId>org.jfree</groupId> |
13 | | - <version>1.5.0-SNAPSHOT</version> |
| 13 | + <version>1.5.0</version> |
14 | 14 | <packaging>jar</packaging> |
15 | 15 |
|
16 | 16 | <organization> |
|
53 | 53 | </licenses> |
54 | 54 |
|
55 | 55 | <dependencies> |
56 | | - |
57 | | - <!-- JFreeSVG enables SVG export --> |
58 | | - <dependency> |
59 | | - <groupId>org.jfree</groupId> |
60 | | - <artifactId>jfreesvg</artifactId> |
61 | | - <version>3.2</version> |
62 | | - </dependency> |
63 | | - |
64 | | - <!-- OrsonPDF enables PDF export --> |
65 | | - <dependency> |
66 | | - <groupId>com.orsonpdf</groupId> |
67 | | - <artifactId>orsonpdf</artifactId> |
68 | | - <version>1.7</version> |
69 | | - </dependency> |
70 | | - |
71 | 56 | <dependency> |
72 | 57 | <groupId>javax.servlet</groupId> |
73 | 58 | <artifactId>servlet-api</artifactId> |
|
81 | 66 | <version>4.11</version> |
82 | 67 | <scope>test</scope> |
83 | 68 | </dependency> |
84 | | - |
85 | 69 | </dependencies> |
86 | 70 |
|
87 | 71 | <distributionManagement> |
|
130 | 114 | <encoding>${project.build.sourceEncoding}</encoding> |
131 | 115 | </configuration> |
132 | 116 | </plugin> |
133 | | - |
134 | | -<!-- <plugin> |
135 | | - <groupId>org.apache.maven.plugins</groupId> |
136 | | - <artifactId>maven-gpg-plugin</artifactId> |
137 | | - <version>1.5</version> |
138 | | - <executions> |
139 | | - <execution> |
140 | | - <id>sign-artifacts</id> |
141 | | - <phase>verify</phase> |
142 | | - <goals> |
143 | | - <goal>sign</goal> |
144 | | - </goals> |
145 | | - </execution> |
146 | | - </executions> |
147 | | - </plugin> --> |
148 | 117 |
|
149 | | - <plugin> |
150 | | - <groupId>org.sonatype.plugins</groupId> |
151 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
152 | | - <version>1.6.2</version> |
153 | | - <extensions>true</extensions> |
154 | | - <configuration> |
155 | | - <serverId>ossrh</serverId> |
156 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
157 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
158 | | - </configuration> |
159 | | - </plugin> |
160 | | - |
161 | 118 | <plugin> |
162 | 119 | <groupId>org.codehaus.mojo</groupId> |
163 | 120 | <artifactId>cobertura-maven-plugin</artifactId> |
|
187 | 144 |
|
188 | 145 | <reporting> |
189 | 146 | <plugins> |
190 | | - <plugin> |
191 | | - <groupId>org.apache.maven.plugins</groupId> |
192 | | - <artifactId>maven-javadoc-plugin</artifactId> |
193 | | - <version>2.9.1</version> |
194 | | - </plugin> |
195 | 147 |
|
196 | 148 | <plugin> |
197 | 149 | <groupId>org.apache.maven.plugins</groupId> |
|
224 | 176 | <id>release</id> |
225 | 177 | <build> |
226 | 178 | <plugins> |
| 179 | + <plugin> |
| 180 | + <groupId>org.apache.maven.plugins</groupId> |
| 181 | + <artifactId>maven-gpg-plugin</artifactId> |
| 182 | + <version>1.5</version> |
| 183 | + <executions> |
| 184 | + <execution> |
| 185 | + <id>sign-artifacts</id> |
| 186 | + <phase>verify</phase> |
| 187 | + <goals> |
| 188 | + <goal>sign</goal> |
| 189 | + </goals> |
| 190 | + </execution> |
| 191 | + </executions> |
| 192 | + </plugin> |
| 193 | + |
| 194 | + <plugin> |
| 195 | + <groupId>org.sonatype.plugins</groupId> |
| 196 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 197 | + <version>1.6.7</version> |
| 198 | + <extensions>true</extensions> |
| 199 | + <configuration> |
| 200 | + <serverId>ossrh</serverId> |
| 201 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 202 | + <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 203 | + </configuration> |
| 204 | + </plugin> |
| 205 | + |
227 | 206 | <plugin> |
228 | 207 | <inherited>true</inherited> |
229 | 208 | <groupId>org.apache.maven.plugins</groupId> |
|
238 | 217 | </execution> |
239 | 218 | </executions> |
240 | 219 | </plugin> |
| 220 | + |
241 | 221 | <plugin> |
242 | 222 | <groupId>org.apache.maven.plugins</groupId> |
243 | 223 | <artifactId>maven-source-plugin</artifactId> |
|
251 | 231 | </execution> |
252 | 232 | </executions> |
253 | 233 | </plugin> |
| 234 | + |
254 | 235 | </plugins> |
255 | 236 | </build> |
256 | 237 | </profile> |
|
0 commit comments