0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java6,517 stars (6,517 stars)4,149 forks (4,149 forks)batch import
good first issueimported-jira-issuerfe
- Issue type
- bug
- Research direction
- Examine the pom.xml files in storm dist/binary and storm dist/source directories. Identify the dependencies on sibling directories (e.g., storm webapp) that may not be built yet. Investigate using maven enforcer plugin to validate the existence of required files before packaging, as suggested in the issue. Look at the Maven Enforcer plugin documentation to define rules that check for missing files and fail the build with a clear error message.