Maven links on start page not up to date

6 views
Skip to first unread message

Erik van Oosten

unread,
May 24, 2011, 5:24:57 AM5/24/11
to specs2-users
Hello,

The maven links on the start page are not up to date (http://
etorreborre.github.com/specs2/#Dependencies).

Also, it might be good to add this maven blurp:

<build>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<executions>
<execution>
<id>scala-compile-first</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>scala-test-compile</id>
<phase>process-test-resources</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
<configuration>
<scalaVersion>2.9.0</scalaVersion>
</configuration>
</plugin>
</plugins>
</build>


Regards,
Erik.

etorreborre

unread,
May 24, 2011, 6:24:44 AM5/24/11
to specs2-users
Thanks for that Erik.

> Also, it might be good to add this maven blurp:

I tried to leave the index page as lean as possible and I provided a
link to a sample project with a more complete pom file:

http://github.com/etorreborre/specs2-test/zipball/1.3

It is however missing the configuration part that you've added but I
guess that the maven-plugin site is the place to go when someone wants
to get more out of his/her maven configuration.

Eric.
Reply all
Reply to author
Forward
0 new messages