Issue #138 has been updated by Jérôme Schell.
Same project is compiling and packaging fine under Debian Lenny (Maven 2.0.9). Failling system was Ubuntu Karmic (Maven 2.2.1). ---------------------------------------- Bug #138: Custom classes not packaged by Maven http://tools.lsc-project.org/issues/show/138 Author: Jérôme Schell Status: New Priority: Normal Assigned to: Category: Sample Target version: When running commands "make-lsc-archive.sh" or "mvn package", custom classes located in src/impl are not taken into account. The problem seems a bit hard to reproduce. When running: <pre> mvn clean && ant lsc::jar && mvn package </pre> The file "target/lsc-sample-1.1.1.jar" contains the custom classes. When running: <pre> mvn clean && mvn package </pre> The file "target/lsc-sample-1.1.1.jar" does not contain the custom classes. Running a "Build project" on the lsc-sample project produces the following error: <pre> Build errors for lsc-sample; org.apache.maven.lifecycle.LifecycleExecutionException: Invalid or missing parameters: [Mojo parameter [name: 'sources'; alias: 'null']] for mojo: org.codehaus.mojo:build-helper-maven-plugin:1.4:add-source </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

