tuan-nng / solr-vn-tokenizer

Vietnamese Tokenizer for Apache Solr
6 stars 5 forks source link

Lỗi khi build package #4

Open manhhuuha opened 2 years ago

manhhuuha commented 2 years ago

Mình gặp lỗi này khi build package, Hi vọng bạn có thể trả lời. C:\Users\manhh\Desktop\solr-vn-tokenizer>mvn package [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for vn.dica:solr-vn-analyzer:jar:1.0 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 80, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------------< vn.dica:solr-vn-analyzer >---------------------- [INFO] Building solr-vn-analyzer 1.0 [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for VnCoreNLP:VnCoreNLP:jar:1.1.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.010 s [INFO] Finished at: 2021-11-15T17:39:03+07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project solr-vn-analyzer: Could not resolve dependencies for project vn.dica:solr-vn-analyzer:jar:1.0: VnCoreNLP:VnCoreNLP:jar:1.1.1 was not found in file://{project.basedir}/local-maven-repo during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of example-repo has elapsed or updates are forced -> [Help 1]

tuan-nng commented 2 years ago

Hi, mình test trên Linux với maven 3.6.3 không có vấn đề gì. Bạn vui lòng kiểm tra lại maven trên môi trường của bạn nhé.

manhhuuha commented 2 years ago

Hi, mình test trên Linux với maven 3.6.3 không có vấn đề gì. Bạn vui lòng kiểm tra lại maven trên môi trường của bạn nhé.

Mình cũng thử lại trên Ubuntu 20.04 và maven 3.6.3 cũng gặp lỗi tương tự như trên windows 10. :(

tuan-nng commented 2 years ago

Cảm ơn bạn. Mình đã fix lỗi. Bạn kiểm tra lại xem sao nhé.

manhhuuha commented 2 years ago

Cảm ơn bạn. Mình đã fix lỗi. Bạn kiểm tra lại xem sao nhé.

Cảm ơn bạn. Mình đã build được các file jar sau khi sửa version của maven-surefire-plugin xuống 2.18.1 nhưng ở bước 3 mình không thêm filedType vào schema được, lỗi ở phần stopword như ảnh mình để.

Caused by: java.lang.ClassNotFoundException: org.apache.lucene.analysis.StopwordAnalyzerBase

image