- Timestamp:
- 2011-08-18 15:01:57 (9 months ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 1 edited
-
modules/kauri-forms/kauri-forms-datejs (deleted)
-
pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pom.xml
r1932 r1933 204 204 </pluginRepository> 205 205 --> 206 <pluginRepository> 207 <name>oss.sonatype.org</name> 208 <id>oss.sonatype.org</id> 209 <url>http://oss.sonatype.org/content/groups/public</url> 210 </pluginRepository> 206 211 </pluginRepositories> 207 212 … … 359 364 </executions> 360 365 </plugin> 366 367 368 <plugin> 369 <groupId>net.alchim31.maven</groupId> 370 <artifactId>yuicompressor-maven-plugin</artifactId> 371 <version>1.2</version> 372 </plugin> 373 374 361 375 </plugins> 362 376 </pluginManagement> … … 368 382 <artifactId>maven-source-plugin</artifactId> 369 383 </plugin> 384 370 385 <plugin> 371 386 <!-- Added here so that the 'javascript' dependency type would be know
Note: See TracChangeset
for help on using the changeset viewer.