You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Maruf Aytekin (JIRA)" <ji...@apache.org> on 2014/01/17 10:49:19 UTC

[jira] [Issue Comment Deleted] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

     [ https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maruf Aytekin updated MAHOUT-1397:
----------------------------------

    Comment: was deleted

(was: <executions> tag should be in <configuration> as follows:
{code}
			<plugin>
				<groupId>org.scala-tools</groupId>
				<artifactId>maven-scala-plugin</artifactId>
				<configuration>
					<sourceDir>src/main/scala</sourceDir>
					<jvmArgs>
						<jvmArg>-Xms64m</jvmArg>
						<jvmArg>-Xmx1024m</jvmArg>
					</jvmArgs>
					<executions>
						<execution>
							<goals>
								<goal>compile</goal>
								<goal>testCompile</goal>
							</goals>
						</execution>
					</executions>
				</configuration>
			</plugin>
{code}
This change fixes this error.)

> mahaout-math-scala/pom.xml not readable
> ---------------------------------------
>
>                 Key: MAHOUT-1397
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 1.0
>         Environment: Windows 7 Professional 64 bit
> Eclipse:
> Version: Kepler Service Release 1
> Build id: 20130919-0819
> maven 3.0.5
> Java: jdk1.6.0_45
>            Reporter: Maruf Aytekin
>              Labels: maven
>             Fix For: 1.0
>
>
> maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
> {code}
> 			<plugin>
> 				<groupId>org.scala-tools</groupId>
> 				<artifactId>maven-scala-plugin</artifactId>
> 					<executions>
> 						<execution>
> 							<goals>
> 								<goal>compile</goal>
> 								<goal>testCompile</goal>
> 							</goals>
> 						</execution>
> 					</executions>
> 				<configuration>
> 					<sourceDir>src/main/scala</sourceDir>
> 					<jvmArgs>
> 						<jvmArg>-Xms64m</jvmArg>
> 						<jvmArg>-Xmx1024m</jvmArg>
> 					</jvmArgs>
> 				</configuration>
> 			</plugin>
> {code}
> Error displayed:
> {quote}
> Multiple annotations found at this line:
> 	- Plugin execution not covered by lifecycle configuration: org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: compile)
> 	- Plugin execution not covered by lifecycle configuration: org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, phase: test-
> 	 compile)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)