Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subproject with no sources should not cause "No mapping" failure #24

Closed
ijuma opened this issue Jan 23, 2012 · 2 comments
Closed

subproject with no sources should not cause "No mapping" failure #24

ijuma opened this issue Jan 23, 2012 · 2 comments
Assignees
Labels

Comments

@ijuma
Copy link

ijuma commented Jan 23, 2012

I have a multi-module project with many subprojects. One of the subprojects has a src/test/java with some annotations and no src/main directory. Let's call it foo.

When I run assembly on a project (let's call it bar) that depends on foo, I got the following error:

[error] {file:-/home/ijuma/likecube/}bar/*:assembly: No mapping for /home/ijuma/likecube/foo/target/classes

Adding an empty Java file in src/main/java fixes the issue.

@ghost ghost assigned eed3si9n Jan 24, 2012
@eed3si9n
Copy link
Member

0.7.3 is out.

@ijuma
Copy link
Author

ijuma commented Jan 24, 2012

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants