[infinispan-issues] [JBoss JIRA] (ISPN-3446) Quickstarts: Add Maven compiler properties and remove Maven plugin from the the quickstart POM files
Sande Gilda (JIRA)
jira-events at lists.jboss.org
Wed Aug 28 10:14:26 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sande Gilda updated ISPN-3446:
------------------------------
Description:
1. Make sure the following properties are defined in each quickstart POM file:
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
2. Remove the Maven plugin from each quickstart POM file:
<!-- Compiler plugin enforces Java 1.6 compatibility and activates annotation processors -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.compiler.plugin}</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
was:
Note: This JIRA partially changes the issue reported in ISPN-3440
1. Make sure the following properties are defined in each quickstart POM file:
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
2. Remove the Maven plugin from each quickstart POM file:
<!-- Compiler plugin enforces Java 1.6 compatibility and activates annotation processors -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.compiler.plugin}</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
> Quickstarts: Add Maven compiler properties and remove Maven plugin from the the quickstart POM files
> ----------------------------------------------------------------------------------------------------
>
> Key: ISPN-3446
> URL: https://issues.jboss.org/browse/ISPN-3446
> Project: Infinispan
> Issue Type: Bug
> Components: Demos and Tutorials
> Reporter: Sande Gilda
> Assignee: Mircea Markus
>
> 1. Make sure the following properties are defined in each quickstart POM file:
> <maven.compiler.target>1.6</maven.compiler.target>
> <maven.compiler.source>1.6</maven.compiler.source>
> 2. Remove the Maven plugin from each quickstart POM file:
> <!-- Compiler plugin enforces Java 1.6 compatibility and activates annotation processors -->
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>${version.compiler.plugin}</version>
> <configuration>
> <source>${maven.compiler.source}</source>
> <target>${maven.compiler.target}</target>
> </configuration>
> </plugin>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list