thymeleaf / thymeleaf-extras-tiles2

Thymeleaf integration with Apache Tiles 2.x
http://www.thymeleaf.org
36 stars 18 forks source link

mvn clean:clean install gets stuck at maven-gpg-plugin:1.1:sign #11

Closed ericfrancis closed 11 years ago

ericfrancis commented 11 years ago

My command window stays at GPG Passphrase: *

danielfernandez commented 11 years ago

This is a maven bug: http://jira.codehaus.org/browse/MGPG-22

Anyway, note there is no need for you to build the .jar files from source. You can download them from http://search.maven.org/#artifactdetails%7Corg.thymeleaf.extras%7Cthymeleaf-extras-tiles2%7C2.0.0%7Cjar or simply use them in your Maven projects using the data explained at https://github.com/thymeleaf/thymeleaf-extras-tiles2#maven-info

ericfrancis commented 11 years ago

Ok, thanks. I couldn't find the jar when I looked.