Jody Garnett ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3 ) *created* an issue
GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNjNlOTZlZTFkZjU2NDNhZmE4NjEyNzM2NGZlYzE5M2EiLCJwIjoiaiJ9 ) / Bug ( https://osgeo-org.atlassian.net/browse/GEOS-9526?atlOrigin=eyJpIjoiNjNlOTZlZTFkZjU2NDNhZmE4NjEyNzM2NGZlYzE5M2EiLCJwIjoiaiJ9 ) GEOS-9526 ( https://osgeo-org.atlassian.net/browse/GEOS-9526?atlOrigin=eyJpIjoiNjNlOTZlZTFkZjU2NDNhZmE4NjEyNzM2NGZlYzE5M2EiLCJwIjoiaiJ9 ) extension license review ( https://osgeo-org.atlassian.net/browse/GEOS-9526?atlOrigin=eyJpIjoiNjNlOTZlZTFkZjU2NDNhZmE4NjEyNzM2NGZlYzE5M2EiLCJwIjoiaiJ9 ) Issue Type: Bug Affects Versions: 2.17-RC Assignee: Jody Garnett ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3 ) Components: release Created: 05/Mar/20 4:03 AM Priority: Highest Reporter: Jody Garnett ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3 ) I have accidentally broken the build trying to include appropriate license information in a couple new extensions. The build server builds from the root directory using: mvn -f src/pom.xml assembly:attached This has an unintended consequence with the assembly definitions: * FileSets mark their directory from `src` folder: <fileSets> <fileSet> <directory> release/target/dependency </directory> <outputDirectory> </outputDirectory> <includes> <include> gs-mbstyle-*.jar </include> <include> gt-mbstyle-*.jar </include> </includes> </fileSet> </fileSets> While files mark their directory from the root folder (ignoreing -f src/pom.xml location): <files> <file> <source> src/release/extensions/LICENSE.txt </source> <outputDirectory> </outputDirectory> <destName> LICENSE-LGPL.txt </destName> </file> ... ( https://osgeo-org.atlassian.net/browse/GEOS-9526#add-comment?atlOrigin=eyJpIjoiNjNlOTZlZTFkZjU2NDNhZmE4NjEyNzM2NGZlYzE5M2EiLCJwIjoiaiJ9 ) Add Comment ( https://osgeo-org.atlassian.net/browse/GEOS-9526#add-comment?atlOrigin=eyJpIjoiNjNlOTZlZTFkZjU2NDNhZmE4NjEyNzM2NGZlYzE5M2EiLCJwIjoiaiJ9 ) Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100121- sha1:d2b7993 )
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
