Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1397

mahaout-math-scala/pom.xml not readable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 1.0.0
    • 1.0.0
    • classic
    • Windows 7 Professional 64 bit

      Eclipse:
      Version: Kepler Service Release 1
      Build id: 20130919-0819
      maven 3.0.5
      Java: jdk1.6.0_45

    Description

      maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.

      			<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>
      

      Error displayed:

      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)

      Attachments

        Activity

          People

            dlyubimov Dmitriy Lyubimov
            cepnyci Maruf Aytekin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: