Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
孙健 committed Oct 13, 2016
1 parent 368520c commit 4bc7ce8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,20 @@
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-gpg-plugin</artifactId> -->
<!-- <version>1.4</version> -->
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>sign-artifacts</id> -->
<!-- <phase>verify</phase> -->
<!-- <goals> -->
<!-- <goal>sign</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
<!-- </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
*/
public class UserDicNatureRecognition implements Recognition {

/**
*
*/
private static final long serialVersionUID = 1L;
private Forest[] forests = new Forest[] { UserDefineLibrary.FOREST };

public UserDicNatureRecognition() {
Expand Down

0 comments on commit 4bc7ce8

Please sign in to comment.