See 
<https://builds.apache.org/job/UIMA-SDK/org.apache.uima$jcasgen-maven-plugin/329/changes>

Changes:

[rec] [UIMA-2953] jcasgen-maven-plugin needs to support patterns
- Added support for Maven-style include/excludes. Includes are mandatory.
- Old style not supported anymore.
- This changes the configuration style. No problem, since this is a new plugin 
that nobody uses yet. No need to stay backwards compatible here.

[rec] [UIMA-2471] add a jcasgen-maven-plugin (and m2e connector)
- Downgrade to Maven 3.0.3 and set required Maven version to 3.0.3, lower 
currently not possible due to maven-plugin-testing-harness 2.0 
- Changed uimaj-tools version to 2.4.1-SNAPSHOT

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JCasGen Maven Plugin 2.4.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcasgen-maven-plugin 
---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) 
@ jcasgen-maven-plugin ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:4:parse-date-time (set buildYear and 
buildMonth) @ jcasgen-maven-plugin ---
[INFO] 
[INFO] --- maven-plugin-plugin:3.2:helpmojo (generated-helpmojo) @ 
jcasgen-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] [INFO] Using 'UTF-8' encoding to read mojo metadata.

[INFO] Applying mojo extractor for language: java
[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ 
jcasgen-maven-plugin ---[INFO] Mojo extractor for language: java found 0 mojo 
descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ 
jcasgen-maven-plugin ---
[INFO] [debug] execute contextualize

[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] Copying 3 resources
--- maven-resources-plugin:2.5:resources (default-resources) @ 
jcasgen-maven-plugin ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
jcasgen-maven-plugin ---
[INFO] Compiling 2 source files to 
<https://builds.apache.org/job/UIMA-SDK/org.apache.uima$jcasgen-maven-plugin/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid flag: -s
Usage: javac <options> <source files>
where possible options include:
  -g                         Generate all debugging info
  -g:none                    Generate no debugging info
  -g:{lines,vars,source}     Generate only some debugging info
  -nowarn                    Generate no warnings
  -verbose                   Output messages about what the compiler is doing
  -deprecation               Output source locations where deprecated APIs are 
used
  -classpath <path>          Specify where to find user class files
  -cp <path>                 Specify where to find user class files
  -sourcepath <path>         Specify where to find input source files
  -bootclasspath <path>      Override location of bootstrap class files
  -extdirs <dirs>            Override location of installed extensions
  -endorseddirs <dirs>       Override location of endorsed standards path
  -d <directory>             Specify where to place generated class files
  -encoding <encoding>       Specify character encoding used by source files
  -source <release>          Provide source compatibility with specified release
  -target <release>          Generate class files for specific VM version
  -version                   Version information
  -help                      Print a synopsis of standard options
  -X                         Print a synopsis of nonstandard options
  -J<flag>                   Pass <flag> directly to the runtime system


[INFO] 1 error
[INFO] -------------------------------------------------------------

Reply via email to