Код: Выделить всё
[INFO]
[ERROR] --------------------
[ERROR] Standard error from the DataNucleus tool + org.datanucleus.enhancer.DataNucleusEnhancer :
[ERROR] --------------------
[ERROR] The command line is too long.
[ERROR] --------------------
А вот конфигурация плагина в pom.xml:
Код: Выделить всё
org.datanucleus
datanucleus-maven-plugin
5.2.1
JPA
${env.PERSISTENCE_UNIT_NAME:h2}
${basedir}/log4j.properties
true
process-classes
enhance
Код: Выделить всё
org.datanucleus.api.jpa.PersistenceProviderImpl
com.mycompany.core.user.model.User
com.mycompany.core.subscription.model.Subscription
com.mycompany.core.project.model.Project
com.mycompany.core.collaborator.model.Collaborator
com.mycompany.core.domain.model.Domain
- Windows (происходит ошибка)
- Linux/Mac (работает нормально)
Подробнее здесь: https://stackoverflow.com/questions/787 ... on-windows