Hi

Since changing from an old Hudson to Jenkins 1.460 I noticed that Maven's build 
results differ from what Jenkins considers Build Artifacts.
Specifically it has to do with renaming and using other results of the Maven 
assembly plugin.

For instance, I have a build which repackages some XML schemas in various forms.

Here's what it looks like in the workspace:

target/
|-- schemas.war
|-- xml-schemas-1.6.0-sources.jar
|-- xml-schemas-1.6.0.jar
|-- xml-schemas-application-server-1.6.0.zip
`-- xml-schemas-public-schema-server-1.6.0.zip

Here's what Jenkins considers build artifacts:
Build Artifacts
  xml-schemas-1.6.0-sources.jar
  xml-schemas-1.6.0.jar
  xml-schemas-1.6.0.pom
  xml-schemas-1.6.0.war
  xml-schemas-1.6.0.zip

Is this a known bug?

Best regards,
Eric

Reply via email to