You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/11/25 21:11:10 UTC

svn commit: r479186 - /incubator/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml

Author: aadamchik
Date: Sat Nov 25 12:11:09 2006
New Revision: 479186

URL: http://svn.apache.org/viewvc?view=rev&rev=479186
Log:
removing Main class from the Modeler module pom - to build a runnable modeler assembly modules should be used

Modified:
    incubator/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml

Modified: incubator/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml?view=diff&rev=479186&r1=479185&r2=479186
==============================================================================
--- incubator/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml (original)
+++ incubator/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml Sat Nov 25 12:11:09 2006
@@ -135,17 +135,6 @@
 					<target>1.4</target>
 				</configuration>
 			</plugin>
-
-			<plugin>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<manifest>
-							<mainClass>org.apache.cayenne.modeler.Main</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-			</plugin>
 		</plugins>
 
 	</build>