Hello all,
When I try to compile the roolo-api project using maven (mvn compile), I
receive the following error:
[INFO] ------------------------------
------------------------------------------
[INFO] Building roolo-api
[INFO] task-segment: [compile]
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-source-plugin' does not
exist
or no valid version could be found
[INFO]
------------------------------------------------------------------------
I checked the pom.xml file for this project and under the plugins tag I
found following plugin
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
</plugin>
I'm not sure where this plugin is downloaded from (if it is). I also looked
online a bit but I was out of luck.
If anyone could please suggest a solution, I would really appreciate it.
--
Rokham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---