Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml

<plugin>
  <inherited>true</inherited>
  <groupId>org.sakaiproject.maven.plugins</groupId>
  <artifactId>sakai</artifactId>
    <version>1.2.0</version>
    . . . .
</plugin>
Disable snapshot repo
Code Block
xml
xml

<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

...