nareshgbhat commented on issue #1643: DRILL-7042: Fix deb package issues URL: https://github.com/apache/drill/pull/1643#issuecomment-465919538 When I update to the latest jdeb version https://mvnrepository.com/artifact/org.vafer/jdeb/1.7 the deb package creation is not happening. After "[DEBUG] -- end configuration --" directly jumps to "[INFO] Reactor Summary:" But with the 1.0 version it actually generates the deb package. I am just looking into it. Let me know if I am missing anything else to setup on project file. drill$ mvn -X package -Pdeb -DskipTests .... ................. [DEBUG] -- end configuration -- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- jdeb:1.0:jdeb (default) @ distribution --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=52489, ConflictMarker.markTime=25408, ConflictMarker.nodeCount=82, ConflictIdSorter.graphTime=42869, ConflictIdSorter.topsortTime=28707, ConflictIdSorter.conflictIdCount=39, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=367722, ConflictResolver.conflictItemCount=78, DefaultDependencyCollector.collectTime=4902055, DefaultDependencyCollector.transformTime=561315} [DEBUG] org.vafer:jdeb:jar:1.0: .... [DEBUG] -- end configuration -- [INFO] Creating debian package: target/apache-drill-1.15.0.deb [INFO] Building data
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
