[ https://issues.apache.org/jira/browse/TRAFODION-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sandhya Sundaresan updated TRAFODION-2544: ------------------------------------------ Comment: was deleted (was: Steps to reproduce : Get the latest tagged version of 2. Trafodion by following the steps . git checkout 2.1.0rc1 source env.sh make package-src Once completed, a new source tar file exist in the distribution directory. Binary Artifacts The convenience binary artifacts should be built from the source tar file, not from a git workspace. Best to create the build in a nice clean environment per the build instructions. Note : Ensure the windows driver executables are built and uploaded as described in the section ""Make/update windows drivers" in Build Source. This way the "make package" step below will package those in. However, when creating these official binaries, we do want some version information built into the binaries.In the git workspace checked out to the tag, run this describe command: • git describe --long --tags --dirty --always The output should be a one-line string. Set the "PV_BUILDID" environment variable to that value and "PV_BRANCH" to the release branch name. Example: Official Build tar xvf apache-trafodion-x.x.x-incubating-src.tar.gz cd apache-trafodion-x.x.x-incubating cd core/sqf ; source sqenvr.sh ; cd ../.. export PV_BUILDID=x.x.xrc2-0-g12345ab export PV_BRANCH=releaseX.X make package-all The make package-all step witll fail with an error . ) > JDBCT4 group id needs to be changed to org.apache.trafodion in JAR > ------------------------------------------------------------------- > > Key: TRAFODION-2544 > URL: https://issues.apache.org/jira/browse/TRAFODION-2544 > Project: Apache Trafodion > Issue Type: Task > Components: client-jdbc-t4 > Affects Versions: 2.1-incubating, 2.2-incubating > Reporter: Sandhya Sundaresan > Assignee: Alex Peng > > The group id org.trafodion.* needs to be changed to org.apache.trafdoion for > all JAR files since it's a requirement before we can stage and release these > ont he Nexus repository. > Once the group id is changed in the corresponding POM files, code needs to be > changed as well. > Trafci needs to work with the new group id. > POM file where change needs to be made is : > core/conn/jdbcT4/pom.xml > NOTICE and LICENSE files need to be packaged into the JAR file too. According > to apache rules "NOTICE and LICENSE files should be present in the META-INF > directory within the jar " > -- This message was sent by Atlassian JIRA (v6.3.15#6346)