According to the incubator release policy ( http://incubator.apache.org/guides/releasemanagement.html), the artifact file names should contain both (1) incubating and (2) the podling name. I recall that when first importing the project into Apache, we decided on using dotnet in the artifact name (dotnet-artifact, dotnet-core, and so on) since the "nmaven" is unlikely to survive upon moving into Maven core. To follow the release policy, we would need to do something like: "nmaven-artifact-incubating" or "nmaven-dotnet-artifact-incubating". My feeling is that having both nmaven and dotnet is a bit redundent. From chatting with Brett, it looks as though we can just include incubating within the version, at least for the java artifacts.
In regards to the .NET assembly file names, they currently follow the form: NMaven.Artifact, NMaven, Logging, and so on. Since version is not in the file name, it would require placing "incubating" within in the artifact name: NMaven.Artifact.Incubating. We need to decide on the naming for both the java and .NET artifacts. Thoughts? Shane
