You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Chesney (JIRA)" <ji...@codehaus.org> on 2006/03/27 00:56:11 UTC

[jira] Commented: (MEJB-7) Transitive Classpath not written to the manifest

    [ http://jira.codehaus.org/browse/MEJB-7?page=comments#action_61994 ] 

Mark Chesney commented on MEJB-7:
---------------------------------

Have you configured the archive.manifest.addClasspath property?

		<plugins>
			<plugin>
				<artifactId>maven-ejb-plugin</artifactId>
				<configuration>
					<archive>
						<manifest>
							<addClasspath>true</addClasspath>
						</manifest>
					</archive>
				</configuration>
			</plugin>
		</plugins>

> Transitive Classpath not written to the manifest
> ------------------------------------------------
>
>          Key: MEJB-7
>          URL: http://jira.codehaus.org/browse/MEJB-7
>      Project: Maven 2.x Ejb Plugin
>         Type: Bug

>     Reporter: Todd Nine

>
>
> The transitive classpath of all dependencies from the dependencies in an EJB pom are not added to the MANIFEST.MF classpath. This causes the ejb to not deploy correctly.
> Todd

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira