Author: simonetripodi
Date: Wed Jul 17 13:12:57 2013
New Revision: 1504115
URL: http://svn.apache.org/r1504115
Log:
there's no need for a textual configuration
Modified:
onami/sandbox/console/pom.xml
Modified: onami/sandbox/console/pom.xml
URL:
http://svn.apache.org/viewvc/onami/sandbox/console/pom.xml?rev=1504115&r1=1504114&r2=1504115&view=diff
==============================================================================
--- onami/sandbox/console/pom.xml (original)
+++ onami/sandbox/console/pom.xml Wed Jul 17 13:12:57 2013
@@ -219,36 +219,6 @@
<plugins>
<plugin>
- <groupId>org.codehaus.modello</groupId>
- <artifactId>modello-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
- <executions>
- <execution>
- <id>generate-sources</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>java</goal>
- <!-- json -->
- <goal>jackson-reader</goal>
- <goal>jsonschema</goal>
- <!-- yaml -->
- <goal>snakeyaml-reader</goal>
- <!-- xml -->
- <goal>xpp3-reader</goal>
- <goal>xsd</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <version>1.0.0</version>
- <useJava5>true</useJava5>
- <models>
- <model>src/main/mdo/console.mdo</model>
- </models>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
<version>1.4</version>