[
https://issues.apache.org/jira/browse/MNG-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228051#comment-17228051
]
Hudson commented on MNG-6948:
-----------------------------
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6553 #14
See
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6169%252FMNG-6553/14/
> Repository files should not pass build-filters
> ----------------------------------------------
>
> Key: MNG-6948
> URL: https://issues.apache.org/jira/browse/MNG-6948
> Project: Maven
> Issue Type: Improvement
> Components: POM
> Affects Versions: 3.7.0
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Priority: Major
>
> When building Models, only reactor poms should go through the build xml
> filters.
> If all poms go through it, there will be an unnecesary resource lost, and it
> might introduce security issues, because not all pomsin the local repository
> seem to be valid.
> One symptom is that once the poms are collected, you might see the following
> line:
> {noformat}ERROR: 'The entity "oslash" was referenced, but not
> declared.'{noformat}
> One of the poms with this issue is the {{org.codehaus.plexus:1.0.5:pom}},
> which contains:
> {code:xml}
> <developer>
> <name>Trygve Laugstøl</name>
> <id>trygvis</id>
> <email>[email protected]</email>
> <roles>
> <role>Developer</role>
> </roles>
> </developer>
> {code}
> However, the ø is not registered in the file.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)