XQBase Maven Compiler

Maven Compiler Plug-in for Java 1.8

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.xqbase
Идентификатор

Идентификатор

xqbase-compiler-eclipse
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

XQBase Maven Compiler
Maven Compiler Plug-in for Java 1.8
Ссылка на сайт

Ссылка на сайт

https://github.com/xqbase/compiler-eclipse
Система контроля версий

Система контроля версий

https://github.com/xqbase/compiler-eclipse.git

Скачать xqbase-compiler-eclipse

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.xqbase/xqbase-compiler-eclipse/ -->
<dependency>
    <groupId>com.xqbase</groupId>
    <artifactId>xqbase-compiler-eclipse</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/xqbase-compiler-eclipse/
implementation 'com.xqbase:xqbase-compiler-eclipse:0.1.0'
// https://jarcasting.com/artifacts/com.xqbase/xqbase-compiler-eclipse/
implementation ("com.xqbase:xqbase-compiler-eclipse:0.1.0")
'com.xqbase:xqbase-compiler-eclipse:jar:0.1.0'
<dependency org="com.xqbase" name="xqbase-compiler-eclipse" rev="0.1.0">
  <artifact name="xqbase-compiler-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='xqbase-compiler-eclipse', version='0.1.0')
)
libraryDependencies += "com.xqbase" % "xqbase-compiler-eclipse" % "0.1.0"
[com.xqbase/xqbase-compiler-eclipse "0.1.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.codehaus.plexus : plexus-compiler-api jar 2.4
org.codehaus.plexus : plexus-container-default jar 1.6
org.eclipse.tycho : org.eclipse.jdt.core jar 3.10.0.v20140604-1726

Модули Проекта

Данный проект не имеет модулей.

compiler-eclipse

Maven Compiler Plug-in for Java 1.8

This project will be removed as soon as:

  1. JDK-8059511 and relative bugs solved, see http://stackoverflow.com/questions/26972192 . Or
  2. plexus-compiler-eclipse supports Java 1.8 .

Some codes with Java 1.8 features can be run properly under Eclipse but fail to be built by maven default compiler (javac). Use xqbase-compiler-eclipse as a workaround to pass maven compilation:

<build>
    <plugins>
        <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>3.2</version>
            <configuration>
                <compilerId>eclipse</compilerId>
                <optimize>true</optimize>
            </configuration>
            <dependencies>
                <dependency>
                    <groupId>com.xqbase</groupId>
                    <artifactId>xqbase-compiler-eclipse</artifactId>
                    <version>0.1.0</version>
                </dependency>
            </dependencies>
        </plugin>
    </plugins>
</build>
com.xqbase

Версии библиотеки

Версия
0.1.0