We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$sudo ./mvnw package
on running above command... process stucks at below point
2021-05-02 18:02:18.991 INFO 5862 --- [ task-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2021-05-02 18:02:18.998 INFO 5862 --- [ task-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2021-05-02 18:02:19.535 INFO 5862 --- [ task-1] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-02 18:02:19.562 INFO 5862 --- [ task-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
please help
https://app.pluralsight.com/library/courses/getting-started-jenkins/table-of-contents http://disq.us/p/2grz8l1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$sudo ./mvnw package
on running above command... process stucks at below point
2021-05-02 18:02:18.991 INFO 5862 --- [ task-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2021-05-02 18:02:18.998 INFO 5862 --- [ task-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-05-02 18:02:19.535 INFO 5862 --- [ task-1] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-02 18:02:19.562 INFO 5862 --- [ task-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
please help
https://app.pluralsight.com/library/courses/getting-started-jenkins/table-of-contents
http://disq.us/p/2grz8l1
The text was updated successfully, but these errors were encountered: