Issue #138 has been updated by Jonathan Clarke. Status changed from Feedback to Closed
No objections in 2 months, so closing. ---------------------------------------- Bug #138: Custom classes not packaged by Maven http://tools.lsc-project.org/issues/show/138 Author: Jérôme Schell Status: Closed Priority: Normal Assigned to: Category: Sample Target version: 1.1.x branch 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
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

