When a package setting is specified, it updates the directory layout and also updates the source files to reflect this directory layout. But sometimes Maven appears to get confused and replaces the dots with slashes in the package value.
package one\two\three; // wrong instead of package one.two.three; // correct This doesn't occur with all projects, but only a few of them. I would greatly appreciate any assistance indicating possible reasons this is occurring. - Norman Klein -- View this message in context: http://old.nabble.com/package-setting-uses-slashes-instead-of-dots-tp26946007p26946007.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
