Thanks David,
Maybe the svn path in the pom is wrong?  the working directory appears to indicate a 
different path including "/core/"
Yes, i showed this line on purpose.
the working directory is webconsole-plugins/servicediagnostics/core
and the artifactId is org.apache.felix.servicediagnostics.plugin
It seems to mix artifactId and the directory

The parent pom references the module as "core". Here's the scm and modules extract from the parent pom:

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/servicediagnostics</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/servicediagnostics</developerConnection>
<url>http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/servicediagnostics</url>
</scm>
<modules>
<module>core</module>
<module>sample</module>
</modules>

Is this wrong?
what's giving the warning?  tar?  There might be an issue with antique non-gnu 
tars and long paths, I think there might be a flag to use gnu style tar.
Yes it comes from tar:
[INFO] [WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands

Reply via email to