...
Code Block | ||||
---|---|---|---|---|
| ||||
<plugin> <inherited>true</inherited> <groupId>org.sakaiproject.maven.plugins</groupId> <artifactId>sakai</artifactId> <version>1.2.0</version> . . . . </plugin> |
Disable snapshot repo
Code Block | ||||
---|---|---|---|---|
| ||||
<repository>
<id>sakai-maven2-snapshots</id>
<name>Sakai Maven Repo</name>
<layout>default</layout>
<url>http://source.sakaiproject.org/maven2-snapshots</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
|
GENERATE RELEASE ARTIFACTS
...