File tree Expand file tree Collapse file tree 1 file changed +32
-15
lines changed Expand file tree Collapse file tree 1 file changed +32
-15
lines changed Original file line number Diff line number Diff line change 166
166
</execution >
167
167
</executions >
168
168
</plugin >
169
- <plugin >
170
- <groupId >org.apache.maven.plugins</groupId >
171
- <artifactId >maven-gpg-plugin</artifactId >
172
- <version >1.4</version >
173
- <executions >
174
- <execution >
175
- <id >sign-artifacts</id >
176
- <phase >verify</phase >
177
- <goals >
178
- <goal >sign</goal >
179
- </goals >
180
- </execution >
181
- </executions >
182
- </plugin >
183
169
</plugins >
184
170
</build >
185
171
172
+ <profiles >
173
+ <profile >
174
+ <id >sign-artifacts</id >
175
+ <build >
176
+ <plugins >
177
+ <plugin >
178
+ <groupId >org.apache.maven.plugins</groupId >
179
+ <artifactId >maven-gpg-plugin</artifactId >
180
+ <version >1.4</version >
181
+ <executions >
182
+ <execution >
183
+ <id >sign-artifacts</id >
184
+ <phase >verify</phase >
185
+ <goals >
186
+ <goal >sign</goal >
187
+ </goals >
188
+ </execution >
189
+ </executions >
190
+ </plugin >
191
+ </plugins >
192
+ </build >
193
+ </profile >
194
+ </profiles >
195
+
186
196
<properties >
187
197
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
188
198
</properties >
189
199
190
- <description >This is a fork of
200
+ <description >
201
+ JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
202
+ The generated hierarchy can be navigated using the Visitor Pattern.
203
+
204
+ -----------------
205
+
206
+ This is a fork of
191
207
Project Info: http://jsqlparser.sourceforge.net
192
208
Project Lead: Leonardo Francalanci (
[email protected] );
193
209
</description >
196
212
<plugin >
197
213
<groupId >org.codehaus.mojo</groupId >
198
214
<artifactId >javacc-maven-plugin</artifactId >
215
+ <version >2.6</version >
199
216
</plugin >
200
217
</plugins >
201
218
</reporting >
You can’t perform that action at this time.
0 commit comments