asdf

asdf

Егор

[INFO] Scanning for projects...

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Build Order:

[INFO]

[INFO] ufs-models                             [pom]

[INFO] ufs-model                             [jar]

[INFO] ufs-webapps                            [pom]

[INFO] ufs-common                             [jar]

[INFO] UFS Hazelcast server                        [war]

[INFO] EFS ESB Integration Service                    [war]

[INFO] Mock Bank System Service                      [war]

[INFO] UFS Back-end application                      [war]

[INFO] ufs-root                              [pom]

[INFO]

[INFO] ----------------------< ru.philit.ufs:ufs-models >----------------------

[INFO] Building ufs-models 1.0                      [1/9]

[INFO] --------------------------------[ pom ]---------------------------------

[INFO]

[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ ufs-models ---

[INFO] ShortRevision tag detected. The value is '7'.

[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"

[INFO] Working directory: C:\projects\ufs-internship-0619\models

[INFO] Storing buildNumber: 9a0d26f at timestamp: 1561494939373

[INFO] Storing buildScmBranch: feature/egor.voronov

[INFO]

[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ ufs-models ---

[INFO] Starting audit...

Audit done.

[INFO]

[INFO] --- maven-install-plugin:2.4:install (default-install) @ ufs-models ---

[INFO] Installing C:\projects\ufs-internship-0619\models\pom.xml to C:\Users\Uziki\.m2\repository\ru\philit\ufs\ufs-models\1.0\ufs-models-1.0.pom

[INFO]

[INFO] ----------------------< ru.philit.ufs:ufs-model >-----------------------

[INFO] Building ufs-model 1.0                       [2/9]

[INFO] --------------------------------[ jar ]---------------------------------

[INFO]

[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ ufs-model ---

[INFO] ShortRevision tag detected. The value is '7'.

[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"

[INFO] Working directory: C:\projects\ufs-internship-0619\models\ufs-model

[INFO] Storing buildNumber: 9a0d26f at timestamp: 1561494941300

[INFO] Storing buildScmBranch: feature/egor.voronov

[INFO]

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ufs-model---

[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory C:\projects\ufs-internship-0619\models\ufs-model\src\main\resources

[INFO]

[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ufs-model ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 64 source files to C:\projects\ufs-internship-0619\models\ufs-model\target\classes

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by lombok.javac.apt.LombokProcessor to fieldcom.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs

WARNING: Please consider reporting this to the maintainers of lombok.javac.apt.LombokProcessor

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary for ufs-root 1.0:

[INFO]

[INFO] ufs-models ......................................... SUCCESS [ 3.225 s]

[INFO] ufs-model .......................................... FAILURE [ 2.037 s]

[INFO] ufs-webapps ........................................ SKIPPED

[INFO] ufs-common ......................................... SKIPPED

[INFO] UFS Hazelcast server ............................... SKIPPED

[INFO] EFS ESB Integration Service ........................ SKIPPED

[INFO] Mock Bank System Service ........................... SKIPPED

[INFO] UFS Back-end application ........................... SKIPPED

[INFO] ufs-root ........................................... SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 6.167 s

[INFO] Finished at: 2019-06-25T23:35:43+03:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ufs-model: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

[ERROR]

[ERROR] After correcting the problems, you can resume the build with the command

[ERROR]  mvn <goals> -rf :ufs-model


Report Page