]
Sanne Grinovero updated HSEARCH-858:
------------------------------------
Fix Version/s: (was: 4.0.0.Final)
4.1
Assembly plugin prints a lot of warnings during build
-----------------------------------------------------
Key: HSEARCH-858
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-858
Project: Hibernate Search
Issue Type: Task
Components: build
Affects Versions: 4.0.0.Alpha1
Reporter: Hardy Ferentschik
Fix For: 4.1
The current assembly configuration is very complicated and needs to be adjusted manually
all the time. At the same time the assembly plugin prints a lot of warnings during the
assembly process:
{noformat}
INFO] --- maven-assembly-plugin:2.2.1:assembly (default-cli) @ hibernate-search-parent
---
[INFO] Reading assembly descriptor:
/Users/hardy/work/hibernate/git/search/src/main/assembly/dist.xml
[WARNING] [DEPRECATION] moduleSet/binaries section detected in root-project assembly.
MODULE BINARIES MAY NOT BE AVAILABLE FOR THIS ASSEMBLY!
To refactor, move this assembly into a child project and use the flag
<useAllReactorProjects>true</useAllReactorProjects> in each moduleSet.
[INFO] Processing sources for module project:
org.hibernate:hibernate-search:jar:4.0.0-SNAPSHOT
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable
results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'i18nlog:i18nlog'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'i18nlog:i18nlog'
[WARNING] [DEPRECATION] moduleSet/binaries section detected in root-project assembly.
MODULE BINARIES MAY NOT BE AVAILABLE FOR THIS ASSEMBLY!
To refactor, move this assembly into a child project and use the flag
<useAllReactorProjects>true</useAllReactorProjects> in each moduleSet.
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable
results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'i18nlog:*'
[INFO] Building tar :
/Users/hardy/work/hibernate/git/search/target/hibernate-search-4.0.0-SNAPSHOT-dist.tar.gz
{noformat}
We need to investigate whether there is a new version of the plugin, a better way to
configure it or a better way to build the bundles in general.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: